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