ProvideDesignerMetadataAttribute(Type, Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)