VSReferencePicker.DefaultElementBrowser Property
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
protected virtual Type DefaultElementBrowser { get; }
protected:
property Type^ DefaultElementBrowser {
virtual Type^ get();
}
abstract DefaultElementBrowser : Type with get
override DefaultElementBrowser : Type with get
Protected Overridable ReadOnly Property DefaultElementBrowser As Type
Property Value
Type: System.Type
See Also
VSReferencePicker Class
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker Namespace
Return to top