IVsUIBoundBooleanProperty Interface

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

Syntax

'Declaration
<GuidAttribute("1406A251-7EBD-49D9-AE68-454F1906E6FF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUIBoundBooleanProperty _
    Inherits IVsUIBoundPropertyBase
[GuidAttribute("1406A251-7EBD-49D9-AE68-454F1906E6FF")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIBoundBooleanProperty : IVsUIBoundPropertyBase
[GuidAttribute(L"1406A251-7EBD-49D9-AE68-454F1906E6FF")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsUIBoundBooleanProperty : IVsUIBoundPropertyBase
[<GuidAttribute("1406A251-7EBD-49D9-AE68-454F1906E6FF")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIBoundBooleanProperty =  
    interface 
        interface IVsUIBoundPropertyBase 
    end
public interface IVsUIBoundBooleanProperty extends IVsUIBoundPropertyBase

The IVsUIBoundBooleanProperty 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