GraphConditionalStyle.Index 属性

命名空间:  Microsoft.VisualStudio.GraphModel.Styles
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
Public Property Index As Integer
    Get
    Friend Set
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)

属性值

类型:System.Int32

.NET Framework 安全性

请参见

参考

GraphConditionalStyle 类

Microsoft.VisualStudio.GraphModel.Styles 命名空间