Share via


AddInStoreExtensions.DefaultVstaPath Property

Gets a string that represents the default path of the Visual Studio Tools for Applications shared components.

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 DefaultVstaPath As String
'Usage
Dim value As String 

value = AddInStoreExtensions.DefaultVstaPath
public static string DefaultVstaPath { get; }
public:
static property String^ DefaultVstaPath {
    String^ get ();
}
public static function get DefaultVstaPath () : String

Property Value

Type: System.String
The default path of the Visual Studio Tools for Applications shared components.

.NET Framework Security

See Also

Reference

AddInStoreExtensions Class

AddInStoreExtensions Members

Microsoft.VisualStudio.Tools.Applications Namespace