Costruttore IndirectPropertyValue<T> (GetterThunk<T>, String, UInt32)

Solo per utilizzo interno di Microsoft.

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

Sintassi

'Dichiarazione
Public Sub New ( _
    getterThunk As GetterThunk(Of T), _
    type As String, _
    dataFormat As UInteger _
)
public IndirectPropertyValue(
    GetterThunk<T> getterThunk,
    string type,
    uint dataFormat
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IndirectPropertyValue<T> Classe

Overload IndirectPropertyValue<T>

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI