Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of RegisterEditorLogicalViewAttribute.
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 RegisterEditorLogicalViewAttribute(
Object factoryType,
string logicalViewGuid
)
public:
RegisterEditorLogicalViewAttribute(
Object^ factoryType,
String^ logicalViewGuid
)
new :
factoryType:Object *
logicalViewGuid:string -> RegisterEditorLogicalViewAttribute
public function RegisterEditorLogicalViewAttribute(
factoryType : Object,
logicalViewGuid : String
)
Parameters
factoryType
Type: ObjectThe type of factory. This may be a Type, a GUID or a string representation of a GUID
logicalViewGuid
Type: StringThe 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.