CommandExtensionRegistrar.MetadataFilter Property

Definition

String-based Metadata Key that determines if a particular Exported Type can be imported or not. The default CanImport implementation filters imports based on this metadata key. The default value of this property is null indicating that no filter will be applied.

protected:
 virtual property System::String ^ MetadataFilter { System::String ^ get(); };
protected virtual string MetadataFilter { get; }
member this.MetadataFilter : string
Protected Overridable ReadOnly Property MetadataFilter As String

Property Value

Applies to