| Visual Basic (Declaration) | |
|---|---|
Public Function StartEngine() As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As FastMagicWandCommand Dim value As Integer value = instance.StartEngine() | |
| C# | |
|---|---|
public int StartEngine() | |
| C++/CLI | |
|---|---|
public: int StartEngine(); | |
Refer to FastMagicWandCommand
Must be called before running the function.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code