IVsPlatformReference Interface

Definition

Provides information about Visual Studio platform references.

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)]
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
[<System.Runtime.InteropServices.Guid("6756F947-41FE-46C7-88F1-5CBE4606A5A0")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsPlatformReference = interface
    interface IVsReference
Public Interface IVsPlatformReference
Implements IVsReference
Attributes
Implements

Properties

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.

Applies to