ProvideViewAdapterAttribute Constructor (Type^)
Visual Studio 2015
Initializes a new instance of ProvideViewAdapterAttribute for the specified base type.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- baseType
-
Type:
System::Type^
The type that this view adapter should handle.
This constructor creates a view adapter with global scope, that can handle any object of the given type.
Show: