IModelBrowserHost.Metadata Property

 

Collections of limitations, hints and etc to by used by the browsers

Namespace:   Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Syntax

IEnumerable<PickerMetadataBaseAttribute> Metadata { get; }
property IEnumerable<PickerMetadataBaseAttribute^>^ Metadata {
    IEnumerable<PickerMetadataBaseAttribute^>^ get();
}
abstract Metadata : IEnumerable<PickerMetadataBaseAttribute> with get
ReadOnly Property Metadata As IEnumerable(Of PickerMetadataBaseAttribute)

Property Value

Type: System.Collections.Generic.IEnumerable<PickerMetadataBaseAttribute>

See Also

IModelBrowserHost Interface
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace

Return to top