ModelBrowser Class
Interaction logic for ModelBrowser.xaml
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.ModelBrowser
Syntax
public sealed class ModelBrowser : ModelBrowserBase, IComponentConnector
public ref class ModelBrowser sealed : ModelBrowserBase, IComponentConnector
[<Sealed>]
type ModelBrowser =
class
inherit ModelBrowserBase
interface IComponentConnector
end
Public NotInheritable Class ModelBrowser
Inherits ModelBrowserBase
Implements IComponentConnector
Constructors
Name | Description | |
---|---|---|
ModelBrowser() | Constructor for ModelBrowserUC |
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