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)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("6756F947-41FE-46C7-88F1-5CBE4606A5A0")> _
Public Interface IVsPlatformReference _
Inherits IVsReference
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("6756F947-41FE-46C7-88F1-5CBE4606A5A0")]
public interface IVsPlatformReference : IVsReference
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"6756F947-41FE-46C7-88F1-5CBE4606A5A0")]
public interface class IVsPlatformReference : IVsReference
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("6756F947-41FE-46C7-88F1-5CBE4606A5A0")>]
type IVsPlatformReference =
interface
interface IVsReference
end
public interface IVsPlatformReference extends IVsReference
The IVsPlatformReference type exposes the following members.
Properties
Name | Description | |
---|---|---|
AlreadyReferenced | ||
FullPath | ||
IsSDK | Gets or sets whether the platform reference is a software development kit (SDK) reference or a Windows Metadata (WinMD) reference. | |
Name | ||
SDKIdentity | Gets or sets the unique name of the platform reference. |
Top