ProvideAutomationObjectAttribute Constructor (String^)

 

Initializes a new instance of ProvideAutomationObjectAttribute.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
ProvideAutomationObjectAttribute(
	String^ objectName
)

Parameters

objectName
Type: System::String^

The name of the automation object.

This method throws an ArgumentNullException if objectName is null.

Return to top
Show: