GraphConditionalStyle.Index Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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: System.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.