Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Ottiene o imposta il nodo padre.
Spazio dei nomi: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerNode
Implementa
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView