IVsSettingsStore.PropertyExists(String, String, Int32) Methode

Definition

Bestimmt, ob eine Eigenschaft in einer angegebenen Auflistung vorhanden ist.

public:
 int PropertyExists(System::String ^ collectionPath, System::String ^ propertyName, [Runtime::InteropServices::Out] int % pfExists);
int PropertyExists(std::wstring const & collectionPath, std::wstring const & propertyName, [Runtime::InteropServices::Out] int & pfExists);
public int PropertyExists (string collectionPath, string propertyName, out int pfExists);
abstract member PropertyExists : string * string *  -> int
Public Function PropertyExists (collectionPath As String, propertyName As String, ByRef pfExists As Integer) As Integer

Parameter

collectionPath
String

[in] Der Pfad der Auflistung.

propertyName
String

[in] Der Name der Eigenschaft.

pfExists
Int32

[out] Das Ergebnis.

Gibt zurück

Int32

Gibt S_OK zurück, wenn der Status der Eigenschaft zurückgegeben wurde.

Gilt für