IVsSettingsStore.GetPropertyType(String, String, UInt32) 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.
Belirtilen özelliğin türünü döndürür.
public:
int GetPropertyType(System::String ^ collectionPath, System::String ^ propertyName, [Runtime::InteropServices::Out] System::UInt32 % type);
int GetPropertyType(std::wstring const & collectionPath, std::wstring const & propertyName, [Runtime::InteropServices::Out] unsigned int & type);
public int GetPropertyType (string collectionPath, string propertyName, out uint type);
abstract member GetPropertyType : string * string * -> int
Public Function GetPropertyType (collectionPath As String, propertyName As String, ByRef type As UInteger) As Integer
Parametreler
- collectionPath
- String
'ndaki Koleksiyonun yolu.
- propertyName
- String
'ndaki Özellik adı.
- type
- UInt32
dışı Özellik türü.
Döndürülenler
S_OKÖzellik döndürülürse veya özellik yoksa, döndürür E_INVALIDARG .