Condividi tramite


Metodo GelProperty.GetRegisteredProperties

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public Shared Function GetRegisteredProperties ( _
    ownerType As Type, _
    includeBaseTypes As Boolean _
) As IEnumerable(Of GelProperty)
public static IEnumerable<GelProperty> GetRegisteredProperties(
    Type ownerType,
    bool includeBaseTypes
)

Parametri

Valore restituito

Tipo: System.Collections.Generic.IEnumerable<GelProperty>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GelProperty Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI