RegisterEditorLogicalViewAttribute Constructor

Initializes a new instance of RegisterEditorLogicalViewAttribute.

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

Syntax

'宣言
Public Sub New ( _
    factoryType As Object, _
    logicalViewGuid As String _
)
'使用
Dim factoryType As Object
Dim logicalViewGuid As String

Dim instance As New RegisterEditorLogicalViewAttribute(factoryType, _
    logicalViewGuid)
public RegisterEditorLogicalViewAttribute(
    Object factoryType,
    string logicalViewGuid
)
public:
RegisterEditorLogicalViewAttribute(
    Object^ factoryType, 
    String^ logicalViewGuid
)
public function RegisterEditorLogicalViewAttribute(
    factoryType : Object, 
    logicalViewGuid : String
)

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.

Permissions

See Also

Reference

RegisterEditorLogicalViewAttribute Class

RegisterEditorLogicalViewAttribute Members

Microsoft.VisualStudio.Shell Namespace