IVsPlatformReference.SDKIdentity 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 the unique name of the platform reference.
public:
property System::String ^ SDKIdentity { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ SDKIdentity { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743808)]
public string SDKIdentity { get; set; }
public string SDKIdentity { get; set; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
member this.SDKIdentity : string with get, set
member this.SDKIdentity : string with get, set
Public Property SDKIdentity As String
Property Value
- Attributes
Remarks
The IsSDK property is used to determine whether this is a software development kit (SDK) reference or a Windows Metadata (WinMD) reference.