Moniker.Column Property
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Property Column As Integer
'Usage
Dim instance As Moniker
Dim value As Integer
value = instance.Column
instance.Column = value
public int Column { get; set; }
public:
property int Column {
int get ();
void set (int value);
}
public function get Column () : int
public function set Column (value : int)
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.