←Select platform

IContextData Interface

Summary

Enables a context participant to get and set context data for common subjects that do not require secure access. The data is represented as a set of items structured as a name and value pair.

Syntax

C#
VB
C++
[InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType)] 
[GuidAttribute("2AAE4991-A1FC-11D0-808F-00A0240943E4")] 
public interface IContextData 
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> 
<GuidAttribute("2AAE4991-A1FC-11D0-808F-00A0240943E4")> 
Public Interface IContextData  
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)] 
[GuidAttribute("2AAE4991-A1FC-11D0-808F-00A0240943E4")] 
public interface class IContextData  

Example

For an example refer to JoinCommonContext.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly