DataSpecifier.Alignment Property

Gets the portion of the data specifier string that represents the alignment component.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣言
Public ReadOnly Property Alignment As String
'使用
Dim instance As DataSpecifier
Dim value As String

value = instance.Alignment
public string Alignment { get; }
public:
property String^ Alignment {
    String^ get ();
}
public function get Alignment () : String

Property Value

Type: System.String

The alignment component of the data specifier string, if any; otherwise, a null reference (Nothing in Visual Basic).

Permissions

See Also

Reference

DataSpecifier Class

DataSpecifier Members

Microsoft.VisualStudio.Data.Framework Namespace