IVsProfilerLaunchTargetInfo.References Property

Definition

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

Applies to