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.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Function GetValue ( _
szKey As String, _
<OutAttribute> ByRef pbstrValue As String _
) As Integer
'Usage
Dim instance As IVsStringMap
Dim szKey As String
Dim pbstrValue As String
Dim returnValue As Integer
returnValue = instance.GetValue(szKey, _
pbstrValue)
int GetValue(
string szKey,
out string pbstrValue
)
int GetValue(
[InAttribute] String^ szKey,
[OutAttribute] String^% pbstrValue
)
abstract GetValue :
szKey:string *
pbstrValue:string byref -> int
function GetValue(
szKey : String,
pbstrValue : String
) : int
Parameters
- szKey
Type: System.String
- pbstrValue
Type: System.String%
Return Value
Type: System.Int32
.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.