UIElement.Uid プロパティ
定義
この要素の一意の識別子 (ローカライズ用) を設定または取得します。Gets or sets the unique identifier (for localization) for this element. これは依存関係プロパティです。This is a dependency property.
public:
property System::String ^ Uid { System::String ^ get(); void set(System::String ^ value); };
public string Uid { get; set; }
member this.Uid : string with get, set
Public Property Uid As String
プロパティ値
この要素の一意識別子である文字列。A string that is the unique identifier for this element.
注釈
x:Uid
値を取得するためにデザイナーによって使用されます (詳細については、「 WPF のグローバリゼーションとローカリゼーションの概要」を参照してください)。Used by designers to get the x:Uid
value (see WPF Globalization and Localization Overview for more information).
依存プロパティ情報Dependency Property Information
識別子フィールドIdentifier field | UidProperty |
メタデータプロパティが true に設定されるMetadata properties set to true |
なしNone |