DesignTimeParseData Class

Definition

Provides information to the parser during design time.

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

public ref class DesignTimeParseData sealed
public sealed class DesignTimeParseData
type DesignTimeParseData = class
Public NotInheritable Class DesignTimeParseData
Inheritance
DesignTimeParseData

Remarks

The DesignTimeParseData class is used to provide design-time parameters for several methods in the DesignTimeTemplateParser class, which parses a template into a set of controls.

Constructors

DesignTimeParseData(IDesignerHost, String)

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

Initializes a new instance of the DesignTimeParseData class without a specified filter.

DesignTimeParseData(IDesignerHost, String, String)

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

Initializes a new instance of the DesignTimeParseData class with the specified filter.

Properties

DataBindingHandler

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

Gets or sets the delegate for data binding at design time.

DesignerHost

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

Gets the object for managing designer transactions and components.

DocumentUrl

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

Gets or sets the URL at which the document is located.

Filter

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

Gets the filter used at design time.

ParseText

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

Gets the text to parse.

ShouldApplyTheme

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

Gets or sets a value that indicates whether a theme should be applied.

UserControlRegisterEntries

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

Gets a collection of information about user control registrations.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to