Propriedade DatabaseSchemaViewNode.Parent
Obtém ou define o nó pai.
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 Parent As ISchemaModelViewerNode
Get
Set
public ISchemaModelViewerNode Parent { get; set; }
public:
virtual property ISchemaModelViewerNode^ Parent {
ISchemaModelViewerNode^ get () sealed;
void set (ISchemaModelViewerNode^ value) sealed;
}
abstract Parent : ISchemaModelViewerNode with get, set
override Parent : ISchemaModelViewerNode with get, set
final function get Parent () : ISchemaModelViewerNode
final function set Parent (value : ISchemaModelViewerNode)
Valor de propriedade
Tipo: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerNode
Implementações
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