IVsPlatformReferenceProviderContext2::ExpandSDKContents Property

Visual Studio 2015
 

Gets or sets whether to expand the software development kit (SDK) contents.

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

[DispIdAttribute(1610743826)]
property bool ExpandSDKContents {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the Windows Metadata (WinMDs) from the SDK are shown in place of the SDK itself.

Return to top
Show: