IVsUIBoundGuidProperty Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Internal.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
<GuidAttribute("6D0F82BC-C086-44F0-9AB0-92F67DB1C896")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUIBoundGuidProperty _
    Inherits IVsUIBoundPropertyBase
[GuidAttribute("6D0F82BC-C086-44F0-9AB0-92F67DB1C896")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIBoundGuidProperty : IVsUIBoundPropertyBase
[GuidAttribute(L"6D0F82BC-C086-44F0-9AB0-92F67DB1C896")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsUIBoundGuidProperty : IVsUIBoundPropertyBase
[<GuidAttribute("6D0F82BC-C086-44F0-9AB0-92F67DB1C896")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIBoundGuidProperty =  
    interface 
        interface IVsUIBoundPropertyBase 
    end
public interface IVsUIBoundGuidProperty extends IVsUIBoundPropertyBase

The IVsUIBoundGuidProperty type exposes the following members.

Properties

  Name Description
Public property CanWrite (Inherited from IVsUIBoundPropertyBase.)
Public property Name (Inherited from IVsUIBoundPropertyBase.)
Public property Type (Inherited from IVsUIBoundPropertyBase.)

Top

Methods

  Name Description
Public method _VtblGap1_2 (Inherited from IVsUIBoundPropertyBase.)
Public method _VtblGap1_5
Public method GetValue
Public method SetValue

Top

See Also

Reference

Microsoft.Internal.VisualStudio.Shell.Interop Namespace