CommandExtensionRegistrar.MetadataFilter Property
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.
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