ThemeResourceKey.Category Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the category associated with this key. A combination of the name, category, and key type uniquely identify the resource being referenced by this key.
public:
property Guid Category { Guid get(); };
public Guid Category { get; }
member this.Category : Guid
Public ReadOnly Property Category As Guid