Category Class

Definition

Represents a category to which a BaseProperty can belong to.

public ref class Category sealed : Microsoft::Build::Framework::XamlTypes::CategorySchema, System::ComponentModel::ISupportInitialize
public sealed class Category : Microsoft.Build.Framework.XamlTypes.CategorySchema, System.ComponentModel.ISupportInitialize
type Category = class
    inherit CategorySchema
    interface ISupportInitialize
Public NotInheritable Class Category
Inherits CategorySchema
Implements ISupportInitialize
Inheritance
Implements

Remarks

Those who manually instantiate this class should remember to call BeginInit() before setting the first property and EndInit() after setting the last property of the object.

Constructors

Category()

Default constructor. Called during deserialization.

Properties

Description

Description of this Category.

DisplayName

The name that could be used by a prospective UI client to display this Category.

HelpString

Help information for this Category.

Name

The name of this Category.

Subtype

Subtype of this Category. Is either Grid (default) or CommandLine.

Methods

BeginInit()

See ISupportInitialize.

EndInit()

See ISupportInitialize.

Applies to