ModelFactory.CreateStaticMemberItem メソッド (EditingContext, Type, String)
指定したクラスの静的メンバーの値を表す新しいモデル アイテムを作成します。
名前空間: Microsoft.Windows.Design.Model
アセンブリ: Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)
構文
'宣言
Public Shared Function CreateStaticMemberItem ( _
context As EditingContext, _
type As Type, _
memberName As String _
) As ModelItem
public static ModelItem CreateStaticMemberItem(
EditingContext context,
Type type,
string memberName
)
public:
static ModelItem^ CreateStaticMemberItem(
EditingContext^ context,
Type^ type,
String^ memberName
)
static member CreateStaticMemberItem :
context:EditingContext *
type:Type *
memberName:string -> ModelItem
public static function CreateStaticMemberItem(
context : EditingContext,
type : Type,
memberName : String
) : ModelItem
パラメーター
- context
型: Microsoft.Windows.Design.EditingContext
デザイナーの編集コンテキスト。
- type
型: System.Type
参照されている静的メンバーを格納している型。
- memberName
型: System.String
参照されている静的メンバーの名前。
戻り値
型: Microsoft.Windows.Design.Model.ModelItem
type によって指定される型の memberName によって指定される静的メンバーの値を表す ModelItem。
例外
例外 | 条件 |
---|---|
ArgumentNullException | context、type、または memberName が null です。 |
解説
たとえば、Brushes.Red への参照をモデルに追加するには、typeof(Brushes) および文字列 "Red" を指定してこのメソッドを呼び出します。 これは、{x:Static Brushes.Red} として XAML にシリアル化されます。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
CreateStaticMemberItem オーバーロード
Microsoft.Windows.Design.Model 名前空間