IVsPlatformReference::SDKIdentity Property
Visual Studio 2015
Gets or sets the unique name of the platform reference.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
[DispIdAttribute(1610743808)] property String^ SDKIdentity { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The IsSDK property is used to determine whether this is a software development kit (SDK) reference or a Windows Metadata (WinMD) reference.
Show: