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.
Returns the name displayed in Find UI
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Function GetUIName ( _
<OutAttribute> ByRef pbsName As String _
) As Integer
int GetUIName(
out string pbsName
)
int GetUIName(
[OutAttribute] String^% pbsName
)
abstract GetUIName :
pbsName:string byref -> int
function GetUIName(
pbsName : String
) : int
Parameters
- pbsName
Type: System.String%
[out] Displayed name.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textfind.idl:
HRESULT IVsFindScope::GetUIName(
[out,retval] BSTR * pbsName
);
.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.