DataViewPropertyDescriptor.SetIsReadOnly, méthode

Ajoute ReadOnlyAttribute correspondant à la valeur spécifiée d' Boolean qui indique si la propriété est en lecture seule.

Espace de noms :  Microsoft.VisualStudio.Data.Framework
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
Public Sub SetIsReadOnly ( _
    value As Boolean _
)
public void SetIsReadOnly(
    bool value
)
public:
void SetIsReadOnly(
    bool value
)
member SetIsReadOnly : 
        value:bool -> unit 
public function SetIsReadOnly(
    value : boolean
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

DataViewPropertyDescriptor Classe

Microsoft.VisualStudio.Data.Framework, espace de noms