Share via


PickerDialog.Metadata Property

 

Metadata for the browser.

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

Syntax

public IEnumerable<PickerMetadataBaseAttribute> Metadata { get; private set; }
public:
property IEnumerable<PickerMetadataBaseAttribute^>^ Metadata {
    virtual IEnumerable<PickerMetadataBaseAttribute^>^ get() sealed;
    private: virtual void set(IEnumerable<PickerMetadataBaseAttribute^>^ value) sealed;
}
abstract Metadata : IEnumerable<PickerMetadataBaseAttribute> with get, private set
override Metadata : IEnumerable<PickerMetadataBaseAttribute> with get, private set
Public Property Metadata As IEnumerable(Of PickerMetadataBaseAttribute)
    Get
    Private Set
End Property

Property Value

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

Implements

IModelBrowserHost.Metadata

Remarks

This property is never null

See Also

PickerDialog Class
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker Namespace

Return to top