Propriedade ISchemaModelViewerNode.IsExpandable
Obtém ou define um valor que indica se este nó é expansível.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
Property IsExpandable As Boolean
Get
Set
bool IsExpandable { get; set; }
property bool IsExpandable {
bool get ();
void set (bool value);
}
abstract IsExpandable : bool with get, set
function get IsExpandable () : boolean
function set IsExpandable (value : boolean)
Valor de propriedade
Tipo: System.Boolean
Comentários
Um nó é expansível, se ele pode ter um ou mais nós filho.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
ISchemaModelViewerNode Interface
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer