IVsSettingsStore.GetPropertyType(String, String, UInt32) Método

Definição

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

Int32

Retorna S_OK se a propriedade foi retornada ou E_INVALIDARG se a propriedade não existe.

Aplica-se a