ManagerTypeAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the ManagerTypeAttribute.
public:
ManagerTypeAttribute(System::String ^ managerTypes);
public:
ManagerTypeAttribute(Platform::String ^ managerTypes);
ManagerTypeAttribute(std::wstring const & managerTypes);
public ManagerTypeAttribute (string managerTypes);
new Microsoft.VisualStudio.Shell.TableControl.ManagerTypeAttribute : string -> Microsoft.VisualStudio.Shell.TableControl.ManagerTypeAttribute
Public Sub New (managerTypes As String)
Parameters
- managerTypes
- String
The manager types.