AddInStoreExtensions.DefaultPipelinePath Property
Gets a string that represents the default pipeline path.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.Hosting.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Hosting.v9.0.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DefaultPipelinePath As String
'Usage
Dim value As String
value = AddInStoreExtensions.DefaultPipelinePath
public static string DefaultPipelinePath { get; }
public:
static property String^ DefaultPipelinePath {
String^ get ();
}
public static function get DefaultPipelinePath () : String
Property Value
Type: System.String
The default pipeline path.
.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.