次の方法で共有


ElementOperations.AddElementGroupFormat メソッド (IDataObject, ICollection<ModelElement>, ClosureType)

ModelElements の指定されたコレクションを使用して指定 IDataObject に ElementGroupPrototype 形式を追加します。このメソッドは、次の 3 種類のオーバーライド可能なメソッド (序数) は。b. CreateElementGroup。MarkRootElements c。CreateElementGroupPrototype 次に、データ パラメーターで作成された ElementGroupPrototype を隠匿します。

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

構文

'宣言
Protected Overridable Sub AddElementGroupFormat ( _
    data As IDataObject, _
    elements As ICollection(Of ModelElement), _
    closureType As ClosureType _
)
protected virtual void AddElementGroupFormat(
    IDataObject data,
    ICollection<ModelElement> elements,
    ClosureType closureType
)

パラメーター

解説

データ形式の名前は、typeof (ElementGroupPrototype) .FullName と見なされます。

.NET Framework セキュリティ

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

参照

関連項目

ElementOperations クラス

AddElementGroupFormat オーバーロード

Microsoft.VisualStudio.Modeling 名前空間