IContextService.GetContext Method
Gets the context.
Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)
Usage
'Usage
Dim instance As IContextService
Dim contextId As Guid
Dim returnValue As String
returnValue = instance.GetContext(contextId)
Syntax
'Declaration
Function GetContext ( _
contextId As Guid _
) As String
string GetContext (
Guid contextId
)
String^ GetContext (
Guid contextId
)
String GetContext (
Guid contextId
)
function GetContext (
contextId : Guid
) : String
Parameters
- contextId
Specifies the context ID.
Return Value
Type: String
The context information.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
IContextService Interface
IContextService Members
Microsoft.Uii.AifServices Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.