PopOutThemeAnimation.TargetName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定目標控制項專案的參考名稱。
public:
property Platform::String ^ TargetName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring TargetName();
void TargetName(winrt::hstring value);
public string TargetName { get; set; }
var string = popOutThemeAnimation.targetName;
popOutThemeAnimation.targetName = string;
Public Property TargetName As String
<PopOutThemeAnimation TargetName="nameString" />
屬性值
參照名稱。 這通常是在 XAML 中宣告的相關元素 x:Name 。