ElementFactoryGetArgs クラス

定義

IElementFactory オブジェクトの GetElement メソッドの実装を呼び出すときに使用する省略可能な引数を表します。

public ref class ElementFactoryGetArgs sealed
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.Activatable(1)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class ElementFactoryGetArgs final
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.Activatable(1)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class ElementFactoryGetArgs
Public NotInheritable Class ElementFactoryGetArgs
継承
Object Platform::Object IInspectable ElementFactoryGetArgs
属性
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute ActivatableAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute

コンストラクター

ElementFactoryGetArgs()

ElementFactoryGetArgs クラスの新しいインスタンスを初期化します。

プロパティ

Data

要素を準備するデータ項目を取得または設定します。

Parent

準備された要素の親を取得または設定します。

適用対象