IVsProfilerLaunchTargetInfo::References Property

 

Gets the references. If binaries are referenced by this project, they are returned in this property. For VSLangProj.VSProjects, this can be the References property. You can also provide the full path to a project file if you have a project reference.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[DispIdAttribute(1610743808)]
property Array^ References {
	Array^ get();
}

Property Value

Type: System::Array^

The references.

Return to top
Show: