IVsPlatformReference.SDKIdentity Property
Gets or sets the unique name of the platform reference.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Property SDKIdentity As String
string SDKIdentity { get; set; }
property String^ SDKIdentity {
String^ get ();
void set (String^ value);
}
abstract SDKIdentity : string with get, set
function get SDKIdentity () : String
function set SDKIdentity (value : String)
Property Value
Type: String
Remarks
The IsSDK property is used to determine whether this is a software development kit (SDK) reference or a Windows Metadata (WinMD) reference.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.