ProvideAutomationObjectAttribute(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.
Initializes a new instance of ProvideAutomationObjectAttribute.
public:
ProvideAutomationObjectAttribute(System::String ^ objectName);
public:
ProvideAutomationObjectAttribute(Platform::String ^ objectName);
ProvideAutomationObjectAttribute(std::wstring const & objectName);
public ProvideAutomationObjectAttribute (string objectName);
new Microsoft.VisualStudio.Shell.ProvideAutomationObjectAttribute : string -> Microsoft.VisualStudio.Shell.ProvideAutomationObjectAttribute
Public Sub New (objectName As String)
Parameters
- objectName
- String
The name of the automation object.
Remarks
This method throws an ArgumentNullException if objectName
is null.