IVsPlatformReference.IsSDK 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 the platform reference is a software development kit (SDK) reference or a Windows Metadata (WinMD) reference.
public:
property bool IsSDK { bool get(); void set(bool value); };
public:
property bool IsSDK { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610743810)]
public bool IsSDK { get; set; }
public bool IsSDK { get; set; }
[<System.Runtime.InteropServices.DispId(1610743810)>]
member this.IsSDK : bool with get, set
member this.IsSDK : bool with get, set
Public Property IsSDK As Boolean
Property Value
true
if the reference is an SDK reference.
- Attributes