共用方式為


IVsUIBoundDoubleProperty Interface

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

Syntax

'宣告
<GuidAttribute("00705016-E9EF-4CAF-BAB1-8E4484ED7B69")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUIBoundDoubleProperty _
    Inherits IVsUIBoundPropertyBase
[GuidAttribute("00705016-E9EF-4CAF-BAB1-8E4484ED7B69")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIBoundDoubleProperty : IVsUIBoundPropertyBase

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