ProvideDesignerMetadataAttribute(Type, Type) Constructor

Definition

Initializes a new instance of ProvideDesignerMetadataAttribute, associating a new metadata Type with the current Type.

public:
 ProvideDesignerMetadataAttribute(Type ^ runtimeType, Type ^ metadataType);
public:
 ProvideDesignerMetadataAttribute(Platform::Type ^ runtimeType, Platform::Type ^ metadataType);
public ProvideDesignerMetadataAttribute (Type runtimeType, Type metadataType);
new Microsoft.VisualStudio.Shell.Design.ProvideDesignerMetadataAttribute : Type * Type -> Microsoft.VisualStudio.Shell.Design.ProvideDesignerMetadataAttribute
Public Sub New (runtimeType As Type, metadataType As Type)

Parameters

runtimeType
Type

The Type whose metadata will be updated.

metadataType
Type

The Type containing the metadata to be added to an existing type.

Applies to