WindowClass Class

Definition

Represents a window class in an application manifest.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class WindowClass
[System.Runtime.InteropServices.ComVisible(false)]
public class WindowClass
[<System.Runtime.InteropServices.ComVisible(false)>]
type WindowClass = class
Public Class WindowClass
Inheritance
WindowClass
Attributes

Constructors

WindowClass()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the WindowClass class.

WindowClass(String, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the WindowClass class, specifying information about the versioning status of the window class.

Properties

Name

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the name of the window class.

Versioned

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a value that controls whether the internal window class name that is used in registration contains the version of the assembly that contains the window class.

XmlName

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a property that is used to serialize the Name property to an XML file.

XmlVersioned

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a property that is used to serialize the Versioned property to an XML file.

Applies to

See also