AutomationProperties.FullDescriptionProperty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得完整描述附加屬性的識別碼,這個屬性會公開包含專案之擴充描述文字的當地語系化字串。
public:
static property DependencyProperty ^ FullDescriptionProperty { DependencyProperty ^ get(); };
static DependencyProperty FullDescriptionProperty();
public static DependencyProperty FullDescriptionProperty { get; }
var dependencyProperty = AutomationProperties.fullDescriptionProperty;
Public Shared ReadOnly Property FullDescriptionProperty As DependencyProperty
屬性值
完整描述附加屬性的識別碼。
備註
FullDescription 可以包含更完整的元素描述,而不是可能適用于專案 Name。