CategoryAttribute.Category 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得屬性 (Property) 分類的名稱或與這個屬性 (Attribute) 所套用的事件。
public:
property System::String ^ Category { System::String ^ get(); };
public string Category { get; }
member this.Category : string
Public ReadOnly Property Category As String
屬性值
屬性 (Property) 分類的名稱或與這個屬性 (Attribute) 所套用的事件。
備註
此屬性會在第一次存取類別時呼叫 GetLocalizedString 以取得類別的當地語系化名稱。