Share via


RegisterEditorLogicalViewAttribute(Object, String) Constructor

Definition

Creates a new RegisterEditorLogicalView attribute to register a logical view provided by your editor.

public:
 RegisterEditorLogicalViewAttribute(System::Object ^ factoryType, System::String ^ logicalViewGuid);
public:
 RegisterEditorLogicalViewAttribute(Platform::Object ^ factoryType, Platform::String ^ logicalViewGuid);
 RegisterEditorLogicalViewAttribute(winrt::Windows::Foundation::IInspectable const & factoryType, std::wstring const & logicalViewGuid);
public RegisterEditorLogicalViewAttribute (object factoryType, string logicalViewGuid);
new Microsoft.VisualStudio.Shell.RegisterEditorLogicalViewAttribute : obj * string -> Microsoft.VisualStudio.Shell.RegisterEditorLogicalViewAttribute
Public Sub New (factoryType As Object, logicalViewGuid As String)

Parameters

factoryType
Object

The type of factory; can be a Type, a GUID or a string representation of a GUID

logicalViewGuid
String

The guid of the logical view to register.

Applies to