GraphGroup.IsExpanded, propriété
Obtenez ce nœud développé.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Property IsExpanded As Boolean
public bool IsExpanded { get; set; }
public:
property bool IsExpanded {
bool get ();
void set (bool value);
}
member IsExpanded : bool with get, set
function get IsExpanded () : boolean
function set IsExpanded (value : boolean)
Valeur de propriété
Type : Boolean
retourne 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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.