- support
- An RasterSupportType enum that represents the support type to unlock.
- key
- key string
| Visual Basic (Declaration) | |
|---|---|
Public Shared Sub Unlock( _ ByVal support As RasterSupportType, _ ByVal key As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static void Unlock( RasterSupportType support, string key ) | |
| C++/CLI | |
|---|---|
public: static void Unlock( RasterSupportType support, String^ key ) | |
Parameters
- support
- An RasterSupportType enum that represents the support type to unlock.
- key
- key string
For more information, refer to Unlocking Advanced Features.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code