Partager via


IVsWritableSettingsStore.PropertyExists 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 PropertyExists ( _
    collectionPath As String, _
    propertyName As String, _
    <OutAttribute> ByRef pfExists As Integer _
) As Integer
'Utilisation
Dim instance As IVsWritableSettingsStore
Dim collectionPath As String
Dim propertyName As String
Dim pfExists As Integer
Dim returnValue As Integer

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

Parameters

Return Value

Type: System.Int32

Implements

IVsSettingsStore.PropertyExists(String, String, Int32%)

.NET Framework Security

See Also

Reference

IVsWritableSettingsStore Interface

IVsWritableSettingsStore Members

PropertyExists Overload

Microsoft.VisualStudio.Shell.Interop Namespace