- factory
- The factory to register.
| Visual Basic (Declaration) | |
|---|---|
Public Shared Sub RegisterFactory( _ ByVal factory As NActionCommandFactory _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim factory As NActionCommandFactory NActionCommandFactory.RegisterFactory(factory) | |
| C# | |
|---|---|
public static void RegisterFactory( NActionCommandFactory factory ) | |
| C++/CLI | |
|---|---|
public: static void RegisterFactory( NActionCommandFactory^ factory ) | |
Parameters
- factory
- The factory to register.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code