IVsPlatformReference Interface

 

Provides information about Visual Studio platform references.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)]
[GuidAttribute("6756F947-41FE-46C7-88F1-5CBE4606A5A0")]
public interface IVsPlatformReference : IVsReference

NameDescription
System_CAPS_pubpropertyAlreadyReferenced

System_CAPS_pubpropertyFullPath

System_CAPS_pubpropertyIsSDK

Gets or sets whether the platform reference is a software development kit (SDK) reference or a Windows Metadata (WinMD) reference.

System_CAPS_pubpropertyName

System_CAPS_pubpropertySDKIdentity

Gets or sets the unique name of the platform reference.

Return to top
Show: