ProvideEditorLogicalViewAttribute(Object, 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.
Creates a new RegisterEditorLogicalView attribute to register a logical view provided by your editor.
public:
ProvideEditorLogicalViewAttribute(System::Object ^ factoryType, System::String ^ logicalViewGuid);
public:
ProvideEditorLogicalViewAttribute(Platform::Object ^ factoryType, Platform::String ^ logicalViewGuid);
ProvideEditorLogicalViewAttribute(winrt::Windows::Foundation::IInspectable const & factoryType, std::wstring const & logicalViewGuid);
public ProvideEditorLogicalViewAttribute (object factoryType, string logicalViewGuid);
new Microsoft.VisualStudio.Shell.ProvideEditorLogicalViewAttribute : obj * string -> Microsoft.VisualStudio.Shell.ProvideEditorLogicalViewAttribute
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.