IVsUIBoundInt32Property Interface
Namespace: Microsoft.Internal.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("E5D6702C-CEC1-4F24-B74E-ABEBCCD65BF0")> _
Public Interface IVsUIBoundInt32Property _
Inherits IVsUIBoundPropertyBase
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("E5D6702C-CEC1-4F24-B74E-ABEBCCD65BF0")]
public interface IVsUIBoundInt32Property : IVsUIBoundPropertyBase
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"E5D6702C-CEC1-4F24-B74E-ABEBCCD65BF0")]
public interface class IVsUIBoundInt32Property : IVsUIBoundPropertyBase
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("E5D6702C-CEC1-4F24-B74E-ABEBCCD65BF0")>]
type IVsUIBoundInt32Property =
interface
interface IVsUIBoundPropertyBase
end
public interface IVsUIBoundInt32Property extends IVsUIBoundPropertyBase
The IVsUIBoundInt32Property type exposes the following members.
Properties
Name | Description | |
---|---|---|
CanWrite | (Inherited from IVsUIBoundPropertyBase.) | |
Name | (Inherited from IVsUIBoundPropertyBase.) | |
Type | (Inherited from IVsUIBoundPropertyBase.) |
Top
Methods
Name | Description | |
---|---|---|
_VtblGap1_2 | (Inherited from IVsUIBoundPropertyBase.) | |
_VtblGap1_5 | ||
GetValue | ||
SetValue |
Top