IVsPlatformReferenceProviderContext2.ExpandSDKContents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether to expand the software development kit (SDK) contents.
public:
property bool ExpandSDKContents { bool get(); void set(bool value); };
public:
property bool ExpandSDKContents { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610743826)]
public bool ExpandSDKContents { get; set; }
[<System.Runtime.InteropServices.DispId(1610743826)>]
member this.ExpandSDKContents : bool with get, set
Public Property ExpandSDKContents As Boolean
Property Value
true
if the Windows Metadata (WinMDs) from the SDK are shown in place of the SDK itself.
Implements
- Attributes