See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Design.DTE
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Design.DTE
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public DirectiveRegion[] GetDirectivesSurroundingType( string typeFullName ) |
| Visual Basic |
|---|
Public Function GetDirectivesSurroundingType ( typeFullName As String ) As DirectiveRegion() |
| Visual C++ |
|---|
public: array<DirectiveRegion^>^ GetDirectivesSurroundingType( String^ typeFullName ) |
Parameters
- typeFullName
- Type: System..::..String