ModelElementBrowser<T> Class
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)
Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ContentControl
System.Windows.Controls.UserControl
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker.ModelBrowserBase
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker.ModelElementBrowser
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker.ModelElementBrowser<T>
Syntax
public sealed class ModelElementBrowser<T> : ModelElementBrowser
where T : new(), Control, IModelBrowser
generic<typename T>
where T : gcnew(), Control, IModelBrowser
public ref class ModelElementBrowser sealed : ModelElementBrowser
[<Sealed>]
type ModelElementBrowser<'T when 'T : new() and Control and IModelBrowser> =
class
inherit ModelElementBrowser
end
Public NotInheritable Class ModelElementBrowser(Of T As { Control, IModelBrowser, New })
Inherits ModelElementBrowser
Constructors
Name | Description | |
---|---|---|
ModelElementBrowser<T>() |
Properties
Methods
Events
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDisposable.Dispose() | (Inherited from ModelBrowserBase.) |
|
IAddChild.AddChild(Object) | (Inherited from ContentControl.) |
|
IAddChild.AddText(String) | (Inherited from ContentControl.) |
|
IQueryAmbient.IsAmbientPropertyAvailable(String) | (Inherited from FrameworkElement.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker Namespace
Return to top