Metoda IVsWritableSettingsStore.GetPropertyType — (String, String, UInt32)
Zwraca typ określonej właściwości.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop.10.0 (w Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Składnia
int GetPropertyType(
string collectionPath,
string propertyName,
out uint type
)
int GetPropertyType(
String^ collectionPath,
String^ propertyName,
[OutAttribute] unsigned int% type
)
abstract GetPropertyType :
collectionPath:string *
propertyName:string *
type:uint32 byref -> int
Function GetPropertyType (
collectionPath As String,
propertyName As String,
<OutAttribute> ByRef type As UInteger
) As Integer
Parametry
collectionPath
Type: System.String[in] Ścieżka kolekcji.
propertyName
Type: System.String[in] Nazwa właściwości.
type
Type: System.UInt32[out] Typ właściwości.
Wartość zwracana
Type: System.Int32
Zwraca S_OK Jeśli właściwość została zwrócona lub E_INVALIDARG Jeśli właściwość nie istnieje.
Implementuje
IVsSettingsStore.GetPropertyType(String, String, UInt32)
Zobacz też
Interfejs IVsWritableSettingsStore
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku