共用方式為


ProvideEditorLogicalViewAttribute Constructor

Initializes a new instance of ProvideEditorLogicalViewAttribute for the specified factory type and logical view.

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

Syntax

'宣告
Public Sub New ( _
    factoryType As Object, _
    logicalViewGuid As String _
)
public ProvideEditorLogicalViewAttribute(
    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.

.NET Framework Security

See Also

Reference

ProvideEditorLogicalViewAttribute Class

Microsoft.VisualStudio.Shell Namespace