IVsWritableSettingsStore.PropertyExists(String, String, Int32) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirli bir koleksiyonda bir özelliğin mevcut olup olmadığını belirler.
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
Parametreler
- collectionPath
- String
'ndaki Koleksiyonun yolu.
- propertyName
- String
'ndaki Özellik adı.
- pfExists
- Int32
dışı Sonuç.
Döndürülenler
S_OKÖzelliğin durumunun döndürülüp döndürülmeyeceğini döndürür.