UIConfig.Retrieve, méthode (Form, Point%, Size%)
Espace de noms : Microsoft.TeamFoundation.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Function Retrieve ( _
form As Form, _
<OutAttribute> ByRef xy As Point, _
<OutAttribute> ByRef wh As Size _
) As Boolean
public bool Retrieve(
Form form,
out Point xy,
out Size wh
)
Paramètres
- form
Type : System.Windows.Forms.Form
- xy
Type : System.Drawing.Point%
- wh
Type : System.Drawing.Size%
Valeur de retour
Type : System.Boolean
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.