IVsSharedProjectReference.SharedMSBuildFileFullPath Property

Definition

Gets or sets the full path of the imported shared MSBuild file (e.g. *.projitems file).

public:
 property System::String ^ SharedMSBuildFileFullPath { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ SharedMSBuildFileFullPath { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743810)]
public string SharedMSBuildFileFullPath { get; set; }
[<System.Runtime.InteropServices.DispId(1610743810)>]
member this.SharedMSBuildFileFullPath : string with get, set
Public Property SharedMSBuildFileFullPath As String

Property Value

The full path of the imported shared MSBuild file (e.g. *.projitems file).

Attributes

Applies to