Condividi tramite


Metodo GelProperty.RegisterIndirectProperty<TOwner> (String, String, __VSUIDATAFORMAT, GelPropertyGetterCallback, Boolean)

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 RegisterIndirectProperty(Of TOwner) ( _
    name As String, _
    type As String, _
    format As __VSUIDATAFORMAT, _
    getter As GelPropertyGetterCallback, _
    oneTime As Boolean _
) As GelProperty
public static GelProperty RegisterIndirectProperty<TOwner>(
    string name,
    string type,
    __VSUIDATAFORMAT format,
    GelPropertyGetterCallback getter,
    bool oneTime
)

Parametri di tipo

  • TOwner

Parametri

Valore restituito

Tipo: Microsoft.Internal.VisualStudio.PlatformUI.GelProperty

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GelProperty Classe

Overload RegisterIndirectProperty

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI