Propriedade DatabaseSchemaViewNode.IsExpandable
Obtém ou define um valor que indica se este nó é expansível.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
Public Property IsExpandable As Boolean
Get
Set
public bool IsExpandable { get; set; }
public:
virtual property bool IsExpandable {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsExpandable : bool with get, set
override IsExpandable : bool with get, set
final function get IsExpandable () : boolean
final function set IsExpandable (value : boolean)
Valor de propriedade
Tipo: System.Boolean
Implementações
ISchemaModelViewerNode.IsExpandable
Comentários
Um nó é expansível, se ele pode ter 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
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView