IVsSharedAssetsProject.SharedItemsImportFullPath 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 full path of the shared items.
public:
property System::String ^ SharedItemsImportFullPath { System::String ^ get(); };
public:
property Platform::String ^ SharedItemsImportFullPath { Platform::String ^ get(); };
public string SharedItemsImportFullPath { get; }
[System.Runtime.InteropServices.DispId(1610678272)]
public string SharedItemsImportFullPath { get; }
member this.SharedItemsImportFullPath : string
[<System.Runtime.InteropServices.DispId(1610678272)>]
member this.SharedItemsImportFullPath : string
Public ReadOnly Property SharedItemsImportFullPath As String
Property Value
The full path of the shared items.
- Attributes