VCCodeEvent.Namespace Property
Gets an object defining the namespace.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Декларация
ReadOnly Property Namespace As CodeNamespace
Get
CodeNamespace Namespace { get; }
property CodeNamespace^ Namespace {
CodeNamespace^ get ();
}
abstract Namespace : CodeNamespace
function get Namespace () : CodeNamespace
Property Value
Type: EnvDTE.CodeNamespace
A CodeNamespace object.
Remarks
Namespace returns the CodeNamespace object associated with this CodeType object. Namespace returns Nothing or nulla null reference (Nothing in Visual Basic) for types declared at the top level in a file or for a default or global namespace.
.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
Microsoft.VisualStudio.VCCodeModel Namespace
Other Resources
How to: Compile and Run the Automation Object Model Code Examples