共用方式為


GraphObject.PropertyKeys 屬性

傳回所有註釋金鑰的列舉的屬性。 列舉的順序是隨機的。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
Public ReadOnly Property PropertyKeys As IEnumerable(Of GraphProperty)
public IEnumerable<GraphProperty> PropertyKeys { get; }
public:
property IEnumerable<GraphProperty^>^ PropertyKeys {
    IEnumerable<GraphProperty^>^ get ();
}
member PropertyKeys : IEnumerable<GraphProperty> with get
function get PropertyKeys () : IEnumerable<GraphProperty>

屬性值

類型:IEnumerable<GraphProperty>

.NET Framework 安全性

請參閱

參考

GraphObject 類別

Microsoft.VisualStudio.GraphModel 命名空間