EditorFactoryBase.IVsEditorFactory.MapLogicalView Method
Maps the logical view.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Private Function MapLogicalView ( _
ByRef logicalView As Guid, _
<OutAttribute> ByRef strLogicalView As String _
) As Integer Implements IVsEditorFactory.MapLogicalView
'Usage
Dim instance As EditorFactoryBase
Dim logicalView As Guid
Dim strLogicalView As String
Dim returnValue As Integer
returnValue = CType(instance, IVsEditorFactory).MapLogicalView(logicalView, _
strLogicalView)
int IVsEditorFactory.MapLogicalView(
ref Guid logicalView,
out string strLogicalView
)
private:
virtual int MapLogicalView(
Guid% logicalView,
[OutAttribute] String^% strLogicalView
) sealed = IVsEditorFactory::MapLogicalView
private abstract MapLogicalView :
logicalView:Guid byref *
strLogicalView:string byref -> int
private override MapLogicalView :
logicalView:Guid byref *
strLogicalView:string byref -> int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- logicalView
Type: System.Guid%
A pointer to Guid.
- strLogicalView
Type: System.String%
A pointer to a string object.
Return Value
Type: System.Int32
A defined integer value, such as S_OK.
Implements
IVsEditorFactoryMapLogicalView(Guid, String)
See Also
Reference
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace