共用方式為


CommandBarControl.Left Property

Gets the left coordinates. This property is deprecated.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'宣告
ReadOnly Property Left As Integer
    Get
'用途
Dim instance As CommandBarControl
Dim value As Integer

value = instance.Left
int Left { get; }
property int Left {
    int get ();
}
abstract Left : int
function get Left () : int

Property Value

Type: System.Int32
The left coordinates. This property is deprecated.

Remarks

This property throws a DeprecatedException when called.

.NET Framework Security

See Also

Reference

CommandBarControl Interface

CommandBarControl Members

Microsoft.VisualStudio.CommandBars Namespace