IVsSettingsStore.GetPropertyType(String, String, UInt32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna o tipo de uma propriedade especificada.
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
Parâmetros
- collectionPath
- String
no O caminho da coleção.
- propertyName
- String
no O nome da propriedade.
- type
- UInt32
fora O tipo de propriedade.
Retornos
Retorna S_OK se a propriedade foi retornada ou E_INVALIDARG se a propriedade não existe.