IVsPlatformReference 接口

定义

提供有关 Visual Studio 平台引用的信息。

public interface class IVsPlatformReference : Microsoft::VisualStudio::Shell::Interop::IVsReference
public interface class IVsPlatformReference : Microsoft::VisualStudio::Shell::Interop::IVsReference
__interface IVsPlatformReference : Microsoft::VisualStudio::Shell::Interop::IVsReference
[System.Runtime.InteropServices.Guid("6756F947-41FE-46C7-88F1-5CBE4606A5A0")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
public interface IVsPlatformReference : Microsoft.VisualStudio.Shell.Interop.IVsReference
[<System.Runtime.InteropServices.Guid("6756F947-41FE-46C7-88F1-5CBE4606A5A0")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
type IVsPlatformReference = interface
    interface IVsReference
Public Interface IVsPlatformReference
Implements IVsReference
属性
实现

属性

AlreadyReferenced
FullPath
IsSDK

获取或设置平台引用是否为软件开发工具包 (SDK) 引用或 Windows 元数据 (WinMD) 引用。

Name
SDKIdentity

获取或设置平台引用的唯一名称。

适用于