Share via


IVsPlatformReference.IsSDK Property

Definition

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

Applies to