IDatabaseReferenceContainer.Navigator Property
Gets the associated utility class that navigates among the references.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
ReadOnly Property Navigator As IDatabaseReferenceNavigator
IDatabaseReferenceNavigator Navigator { get; }
property IDatabaseReferenceNavigator^ Navigator {
IDatabaseReferenceNavigator^ get ();
}
abstract Navigator : IDatabaseReferenceNavigator
function get Navigator () : IDatabaseReferenceNavigator
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseReferenceNavigator
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseReferenceContainer Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace