See also:
NTier Windows Forms Framework Home
NTier Framework API reference
This is a poorman's way to get the namespaces specified by using statements in the given project
item. As well as using statements at the top of the file, it also includes the first defined
namespace in the file.
Namespace: NTier.EntityGeneratorAssembly: NTier.EntityGenerator (in NTier.EntityGenerator.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static string[] GetUsingNamespacesFromProjectItem(
ProjectItem item
) |
Visual Basic |
---|
Public Shared Function GetUsingNamespacesFromProjectItem (
item As ProjectItem
) As String() |
Visual C++ |
---|
public:
static array<String^>^ GetUsingNamespacesFromProjectItem(
ProjectItem^ item
) |
Parameters
- item
- Type: ProjectItem
Return Value
Type:
array<String>[]()[][]
See Also