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

 

Publicado: abril de 2016

Retorna o tipo de uma propriedade especificada.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Sintaxe

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

Parâmetros

  • collectionPath
    [in] O caminho da coleção.
  • propertyName
    [in] O nome da propriedade.
  • type
    [out] O tipo de propriedade.

Valor de retorno

Type: System.Int32

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

Implementações

IVsSettingsStore.GetPropertyType(String, String, UInt32)

Consulte também

Interface IVsWritableSettingsStore
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo