Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of ProvideEditorLogicalViewAttribute for the specified factory type and logical view.
Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
    factoryType As Object, _
    logicalViewGuid As String _
)
public ProvideEditorLogicalViewAttribute(
    Object factoryType,
    string logicalViewGuid
)
public:
ProvideEditorLogicalViewAttribute(
    Object^ factoryType, 
    String^ logicalViewGuid
)
new : 
        factoryType:Object * 
        logicalViewGuid:string -> ProvideEditorLogicalViewAttribute
public function ProvideEditorLogicalViewAttribute(
    factoryType : Object, 
    logicalViewGuid : String
)
Parameters
- factoryType 
 Type: Object- The type of factory. This may be a type, a GUID or a string representation of a GUID 
- logicalViewGuid 
 Type: String- The GUID of the logical view to register. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.