IVsUIBoundPropertyBase 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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
<GuidAttribute("42261AAC-332F-4360-B925-0F532F9944BE")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUIBoundPropertyBase
[GuidAttribute("42261AAC-332F-4360-B925-0F532F9944BE")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIBoundPropertyBase
[GuidAttribute(L"42261AAC-332F-4360-B925-0F532F9944BE")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsUIBoundPropertyBase
[<GuidAttribute("42261AAC-332F-4360-B925-0F532F9944BE")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIBoundPropertyBase =  interface end
public interface IVsUIBoundPropertyBase

The IVsUIBoundPropertyBase type exposes the following members.

Properties

  Name Description
Public property CanWrite
Public property Name
Public property Type

Top

Methods

  Name Description
Public method _VtblGap1_2

Top

See Also

Reference

Microsoft.Internal.VisualStudio.Shell.Interop Namespace