Responder Developer Guide
DoesNotContain Method (CompositionContextInformation)


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function DoesNotContain( _
   ByVal context As CompositionContext, _
   ByVal contextToTestFor As CompositionContext _
) As Boolean
'Usage
 
Dim context As CompositionContext
Dim contextToTestFor As CompositionContext
Dim value As Boolean
 
value = CompositionContextInformation.DoesNotContain(context, contextToTestFor)
[Extension()]
public static bool DoesNotContain( 
   CompositionContext context,
   CompositionContext contextToTestFor
)

Parameters

context
contextToTestFor
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CompositionContextInformation Class
CompositionContextInformation Members

 

 


Send Comment