IVsSettingsStore.GetPropertyType(String, String, UInt32) Methode

Definition

Gibt den Typ einer angegebenen Eigenschaft zurück.

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

Parameter

collectionPath
String

[in] Der Pfad der Auflistung.

propertyName
String

[in] Der Name der Eigenschaft.

type
UInt32

[out] Der Eigenschaftstyp.

Gibt zurück

Int32

Gibt S_OK zurück, wenn die Eigenschaft oder E_INVALIDARG zurückgegeben wurde, wenn die Eigenschaft nicht vorhanden ist.

Gilt für