Visual Basic (Declaration) | |
---|---|
Public Sub GetRasterKeyProperties( _ ByVal rasterID As Integer, _ ByVal onCompleted As Action(Of IDictionary(Of String,Object),Exception) _ ) |
C# | |
---|---|
public void GetRasterKeyProperties( int rasterID, Action<IDictionary<string,object>,Exception> onCompleted ) |
Parameters
- rasterID
- The raster ID.
- onCompleted
- The method to call when raster key properties is retrieved.
Target Platforms:Windows Phone 7