[This is preliminary documentation and is subject to change.]
Add an array of RequestedPresentationContext items to A_ASSOCIATE_RQ
| C# | Visual Basic | Visual C++ |
public void AddPresentationContexts( params RequestedPresentationContext[] presentationContexts )
Public Sub AddPresentationContexts ( _ ParamArray presentationContexts As RequestedPresentationContext() _ )
public: void AddPresentationContexts( ... array<RequestedPresentationContext^>^ presentationContexts )
- presentationContexts (array< RequestedPresentationContext >[]()[])
- Array of RequestedPresentationContext items to add.