Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the position of the style in the list. This is changed when you remove/add the style.
Namespace: Microsoft.VisualStudio.GraphModel.Styles
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Property Index As Integer
public int Index { get; internal set; }
public:
property int Index {
int get ();
internal: void set (int value);
}
member Index : int with get, internal set
function get Index () : int
internal function set Index (value : int)
Property Value
Type: Int32
Returns 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.