ManagerTypeAttribute(String) Constructor

Definition

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.

Applies to