Partager via


IVsWritableSettingsStore.GetInt Method (String, String, Int32%)

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Déclaration
Function GetInt ( _
    collectionPath As String, _
    propertyName As String, _
    <OutAttribute> ByRef value As Integer _
) As Integer
'Utilisation
Dim instance As IVsWritableSettingsStore
Dim collectionPath As String
Dim propertyName As String
Dim value As Integer
Dim returnValue As Integer

returnValue = instance.GetInt(collectionPath, _
    propertyName, value)
int GetInt(
    string collectionPath,
    string propertyName,
    out int value
)
int GetInt(
    [InAttribute] String^ collectionPath, 
    [InAttribute] String^ propertyName, 
    [OutAttribute] int% value
)
abstract GetInt : 
        collectionPath:string * 
        propertyName:string * 
        value:int byref -> int 
function GetInt(
    collectionPath : String, 
    propertyName : String, 
    value : int
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsSettingsStore.GetInt(String, String, Int32%)

.NET Framework Security

See Also

Reference

IVsWritableSettingsStore Interface

IVsWritableSettingsStore Members

GetInt Overload

Microsoft.VisualStudio.Shell.Interop Namespace