UIDataSource.AddIndirectProperty<T>, méthode
Réservé à un usage interne Microsoft.
Espace de noms : Microsoft.Internal.VisualStudio.PlatformUI
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
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
)
Paramètres de type
- T
Type retourné de GetterThunk
Paramètres
- name
Type : System.String
Nom de la nouvelle propriété
- type
Type : System.String
Type de la nouvelle propriété
- getterThunk
Type : Microsoft.Internal.VisualStudio.PlatformUI.GetterThunk<T>
Méthode pour retourner réellement la propriété si
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.