IVsSharedAssetsProject.SharedItemsImportFullPath Property
Gets the full path of the shared items.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)
Syntax
'Declaration
ReadOnly Property SharedItemsImportFullPath As String
string SharedItemsImportFullPath { get; }
property String^ SharedItemsImportFullPath {
String^ get ();
}
abstract SharedItemsImportFullPath : string with get
function get SharedItemsImportFullPath () : String
Property Value
Type: String
The full path of the shared items.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.