IVsProfilerLaunchTargetInfo.References Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property Array ^ References { Array ^ get(); };
[System.Runtime.InteropServices.DispId(1610743808)]
public Array References { get; }
public Array References { get; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
member this.References : Array
member this.References : Array
Public ReadOnly Property References As Array
Property Value
The references.
- Attributes