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 static VSCodeType FromCodeType( IServiceProvider serviceProvider, Project containingProject, CodeType codeType ) |
Visual Basic |
---|
Public Shared Function FromCodeType ( serviceProvider As IServiceProvider, containingProject As Project, codeType As CodeType ) As VSCodeType |
Visual C++ |
---|
public: static VSCodeType^ FromCodeType( IServiceProvider^ serviceProvider, Project^ containingProject, CodeType^ codeType ) |
Parameters
- serviceProvider
- Type: System..::..IServiceProvider
- containingProject
- Type: Project
- codeType
- Type: CodeType