IVsPlatformReferenceProviderContext2::SDKDirectoryRoot Property

Visual Studio 2015
 

Gets or sets the location on disk where unregistered software development kits (SDKs) are stored.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

[DispIdAttribute(1610743820)]
property String^ SDKDirectoryRoot {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The location on disk where unregistered software development kits (SDKs) are stored.

Return to top
Show: