Udostępnij za pośrednictwem


IContext.SetContext Method

Sets the context.

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As IContext
Dim contextInformation As String

instance.SetContext(contextInformation)

Syntax

'Declaration
Sub SetContext ( _
    contextInformation As String _
)
void SetContext (
    string contextInformation
)
void SetContext (
    String^ contextInformation
)
void SetContext (
    String contextInformation
)
function SetContext (
    contextInformation : String
)

Parameters

  • contextInformation
    Specifies 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

IContext Interface
IContext Members
Microsoft.Uii.Common Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.