GraphMetadata コンストラクター (String, String, String, GraphMetadataOptions)
新しい GraphPropertyMetadata オブジェクトを構築します。
名前空間: Microsoft.VisualStudio.GraphModel
アセンブリ: Microsoft.VisualStudio.GraphModel (Microsoft.VisualStudio.GraphModel.dll 内)
構文
'宣言
Public Sub New ( _
label As String, _
description As String, _
group As String, _
options As GraphMetadataOptions _
)
public GraphMetadata(
string label,
string description,
string group,
GraphMetadataOptions options
)
public:
GraphMetadata(
String^ label,
String^ description,
String^ group,
GraphMetadataOptions options
)
new :
label:string *
description:string *
group:string *
options:GraphMetadataOptions -> GraphMetadata
public function GraphMetadata(
label : String,
description : String,
group : String,
options : GraphMetadataOptions
)
パラメーター
- label
型 : System.String
ローカライズされたラベル
- description
型 : System.String
ローカライズされた説明
- group
型 : System.String
プロパティ グリッド ウィンドウ内のグループのローカライズされたカテゴリ
- options
型 : Microsoft.VisualStudio.GraphModel.GraphMetadataOptions
この GraphProperty のフラグ
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。