RegisterEditorLogicalViewAttribute Constructor (Object^, String^)

 

Initializes a new instance of RegisterEditorLogicalViewAttribute.

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

public:
RegisterEditorLogicalViewAttribute(
	Object^ factoryType,
	String^ logicalViewGuid
)

Parameters

factoryType
Type: System::Object^

The type of factory. This may be a Type, a GUID or a string representation of a GUID

logicalViewGuid
Type: System::String^

The GUID of the logical view to register.

Return to top
Show: