IVsSettingsStore.GetPropertyType(String, String, UInt32) Метод

Определение

Возвращает тип указанного свойства.

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

Параметры

collectionPath
String

[in] Путь к коллекции.

propertyName
String

[in] Имя свойства.

type
UInt32

[out] Тип свойства.

Возвращаемое значение

Int32

Возвращает S_OK, если свойство было возвращено, или E_INVALIDARG, если свойство не существует.

Применяется к