IVsSettingsStore.GetPropertyType(String, String, UInt32) Yöntem

Tanım

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

Int32

S_OKÖzellik döndürülürse veya özellik yoksa, döndürür E_INVALIDARG .

Şunlara uygulanır