IVsSharedProjectReference.SharedMSBuildFileFullPath 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 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