Udostępnij za pośrednictwem


Metoda UIDataSource.AddIndirectProperty<T> —

Microsoft tylko do użytku wewnętrznego.

Przestrzeń nazw:  Microsoft.Internal.VisualStudio.PlatformUI
Zestaw:  Microsoft.VisualStudio.Shell.11.0 (w Microsoft.VisualStudio.Shell.11.0.dll)

Składnia

'Deklaracja
Public Sub AddIndirectProperty(Of T) ( _
    name As String, _
    type As String, _
    getterThunk As GetterThunk(Of T) _
)
public void AddIndirectProperty<T>(
    string name,
    string type,
    GetterThunk<T> getterThunk
)

Parametry typów

  • T
    Zwrócone przez GetterThunk

Parametry

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UIDataSource Klasa

Przestrzeń nazw Microsoft.Internal.VisualStudio.PlatformUI