PropertyWindowAttribute Constructors

Definition

Overloads

PropertyWindowAttribute()

Initializes a new instance of the PropertyWindowAttribute class.

PropertyWindowAttribute(PropertyConverterType)

Initializes a new instance of the PropertyWindowAttribute class by using the provided converter type indicator.

PropertyWindowAttribute(PropertyEditorType)

Initializes a new instance of the PropertyWindowAttribute class by using the provided property editor type indicator.

PropertyWindowAttribute(PropertyEditorType, PropertyConverterType)

Initializes a new instance of the PropertyWindowAttribute class by using the provided editor type and converter type indicators.

PropertyWindowAttribute()

Initializes a new instance of the PropertyWindowAttribute class.

public:
 PropertyWindowAttribute();
public PropertyWindowAttribute ();
Public Sub New ()

Applies to

PropertyWindowAttribute(PropertyConverterType)

Initializes a new instance of the PropertyWindowAttribute class by using the provided converter type indicator.

public:
 PropertyWindowAttribute(Microsoft::VisualStudio::TestTools::Common::PropertyConverterType converterType);
public PropertyWindowAttribute (Microsoft.VisualStudio.TestTools.Common.PropertyConverterType converterType);
new Microsoft.VisualStudio.TestTools.Common.PropertyWindowAttribute : Microsoft.VisualStudio.TestTools.Common.PropertyConverterType -> Microsoft.VisualStudio.TestTools.Common.PropertyWindowAttribute
Public Sub New (converterType As PropertyConverterType)

Parameters

converterType
PropertyConverterType

One of the PropertyConverterType values.

Applies to

PropertyWindowAttribute(PropertyEditorType)

Initializes a new instance of the PropertyWindowAttribute class by using the provided property editor type indicator.

public:
 PropertyWindowAttribute(Microsoft::VisualStudio::TestTools::Common::PropertyEditorType editorType);
public PropertyWindowAttribute (Microsoft.VisualStudio.TestTools.Common.PropertyEditorType editorType);
new Microsoft.VisualStudio.TestTools.Common.PropertyWindowAttribute : Microsoft.VisualStudio.TestTools.Common.PropertyEditorType -> Microsoft.VisualStudio.TestTools.Common.PropertyWindowAttribute
Public Sub New (editorType As PropertyEditorType)

Parameters

editorType
PropertyEditorType

One of the PropertyEditorType values.

Applies to

PropertyWindowAttribute(PropertyEditorType, PropertyConverterType)

Initializes a new instance of the PropertyWindowAttribute class by using the provided editor type and converter type indicators.

public:
 PropertyWindowAttribute(Microsoft::VisualStudio::TestTools::Common::PropertyEditorType editorType, Microsoft::VisualStudio::TestTools::Common::PropertyConverterType converterType);
public PropertyWindowAttribute (Microsoft.VisualStudio.TestTools.Common.PropertyEditorType editorType, Microsoft.VisualStudio.TestTools.Common.PropertyConverterType converterType);
new Microsoft.VisualStudio.TestTools.Common.PropertyWindowAttribute : Microsoft.VisualStudio.TestTools.Common.PropertyEditorType * Microsoft.VisualStudio.TestTools.Common.PropertyConverterType -> Microsoft.VisualStudio.TestTools.Common.PropertyWindowAttribute
Public Sub New (editorType As PropertyEditorType, converterType As PropertyConverterType)

Parameters

editorType
PropertyEditorType

One of the PropertyConverterType values.

converterType
PropertyConverterType

One of the PropertyEditorType values.

Applies to