次の方法で共有


GraphObject.Properties プロパティ

すべての注釈の列挙体を返すプロパティ。列挙の順序はランダムです。

名前空間:  Microsoft.VisualStudio.GraphModel
アセンブリ:  Microsoft.VisualStudio.GraphModel (Microsoft.VisualStudio.GraphModel.dll 内)

構文

'宣言
Public ReadOnly Property Properties As IEnumerable(Of KeyValuePair(Of GraphProperty, Object))
public IEnumerable<KeyValuePair<GraphProperty, Object>> Properties { get; }
public:
property IEnumerable<KeyValuePair<GraphProperty^, Object^>>^ Properties {
    IEnumerable<KeyValuePair<GraphProperty^, Object^>>^ get ();
}
member Properties : IEnumerable<KeyValuePair<GraphProperty, Object>>
function get Properties () : IEnumerable<KeyValuePair<GraphProperty, Object>>

プロパティ値

型 : System.Collections.Generic.IEnumerable<KeyValuePair<GraphProperty, Object>>

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

GraphObject クラス

Microsoft.VisualStudio.GraphModel 名前空間