DataViewBrowseObject.SetDefaultProperty, méthode
Définit la propriété par défaut pour le actuel parcourent l'objet.
Espace de noms : Microsoft.VisualStudio.Data.Framework
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
Public Sub SetDefaultProperty ( _
value As PropertyDescriptor _
)
public void SetDefaultProperty(
PropertyDescriptor value
)
public:
void SetDefaultProperty(
PropertyDescriptor^ value
)
member SetDefaultProperty :
value:PropertyDescriptor -> unit
public function SetDefaultProperty(
value : PropertyDescriptor
)
Paramètres
- value
Type : System.ComponentModel.PropertyDescriptor
Un objet d' PropertyDescriptor au jeu en tant que propriété par défaut.
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.