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] Тип свойства.
Возвращаемое значение
Возвращает S_OK, если свойство было возвращено, или E_INVALIDARG, если свойство не существует.