. Method
Namespace: Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly: Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)
Syntax
'Declaration
Private Function GetCanonicalName ( _
<OutAttribute> ByRef nonLocalizeName As String _
) As Integer Implements IVsMergeableUIItem.GetCanonicalName
'Usage
Dim instance As VsTextMarker
Dim nonLocalizeName As String
Dim returnValue As Integer
returnValue = CType(instance, IVsMergeableUIItem).GetCanonicalName(nonLocalizeName)
int IVsMergeableUIItem.GetCanonicalName(
out string nonLocalizeName
)
private:
virtual int GetCanonicalName(
[OutAttribute] String^% nonLocalizeName
) sealed = IVsMergeableUIItem::GetCanonicalName
private abstract GetCanonicalName :
nonLocalizeName:string byref -> int
private override GetCanonicalName :
nonLocalizeName:string byref -> int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- nonLocalizeName
Type: System..::..String%
Return Value
Type: System..::..Int32
Implements
IVsMergeableUIItemGetCanonicalName(String%)
See Also
Reference
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace