NameScopePropertyAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
NameScopePropertyAttribute クラスの新しいインスタンスを初期化します。
オーバーロード
NameScopePropertyAttribute(String) |
指定した名前を使用して、NameScopePropertyAttribute クラスの新しいインスタンスを初期化します。 |
NameScopePropertyAttribute(String, Type) |
指定された名前と型を使用して、NameScopePropertyAttribute クラスの新しいインスタンスを初期化します。 |
NameScopePropertyAttribute(String)
指定した名前を使用して、NameScopePropertyAttribute クラスの新しいインスタンスを初期化します。
public:
NameScopePropertyAttribute(System::String ^ name);
public NameScopePropertyAttribute (string name);
new System.Windows.Markup.NameScopePropertyAttribute : string -> System.Windows.Markup.NameScopePropertyAttribute
Public Sub New (name As String)
パラメーター
- name
- String
XAML 名前スコープを提供する属性付き型のプロパティの名前。
適用対象
NameScopePropertyAttribute(String, Type)
指定された名前と型を使用して、NameScopePropertyAttribute クラスの新しいインスタンスを初期化します。
public:
NameScopePropertyAttribute(System::String ^ name, Type ^ type);
public NameScopePropertyAttribute (string name, Type type);
new System.Windows.Markup.NameScopePropertyAttribute : string * Type -> System.Windows.Markup.NameScopePropertyAttribute
Public Sub New (name As String, type As Type)
パラメーター
- name
- String
XAML 名前スコープを提供する添付可能なメンバーの名前。
- type
- Type
XAML 名前スコープを提供する添付可能なメンバーの所有者の種類。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET