IVsUIBoundQWordProperty 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("2CA8B41C-091C-4D98-AD2E-23D075551E1A")> _
Public Interface IVsUIBoundQWordProperty _
    Inherits IVsUIBoundPropertyBase
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("2CA8B41C-091C-4D98-AD2E-23D075551E1A")]
public interface IVsUIBoundQWordProperty : IVsUIBoundPropertyBase
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"2CA8B41C-091C-4D98-AD2E-23D075551E1A")]
public interface class IVsUIBoundQWordProperty : IVsUIBoundPropertyBase
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("2CA8B41C-091C-4D98-AD2E-23D075551E1A")>]
type IVsUIBoundQWordProperty =  
    interface 
        interface IVsUIBoundPropertyBase 
    end
public interface IVsUIBoundQWordProperty extends IVsUIBoundPropertyBase

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