Udostępnij za pośrednictwem


Metoda IVsWritableSettingsStore.PropertyExists — (String, String, Int32)

 

Określa, czy właściwość istnieje w danej kolekcji.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop.10.0 (w Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Składnia

int PropertyExists(
    string collectionPath,
    string propertyName,
    out int pfExists
)
int PropertyExists(
    String^ collectionPath,
    String^ propertyName,
    [OutAttribute] int% pfExists
)
abstract PropertyExists : 
        collectionPath:string *
        propertyName:string *
        pfExists:int byref -> int
Function PropertyExists (
    collectionPath As String,
    propertyName As String,
    <OutAttribute> ByRef pfExists As Integer
) As Integer

Parametry

Wartość zwracana

Type: System.Int32

Zwraca S_OK Jeśli zwrócił stan właściwości.

Implementuje

IVsSettingsStore.PropertyExists(String, String, Int32)

Zobacz też

Interfejs IVsWritableSettingsStore
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku