Constructs a new ElementHandle
Namespace: Composite.C1Console.ElementsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public ElementHandle( string providerName, EntityToken entityToken, Dictionary<string, string> piggyback ) |
Visual Basic |
---|
Public Sub New ( _ providerName As String, _ entityToken As EntityToken, _ piggyback As Dictionary(Of String, String) _ ) |
Visual C++ |
---|
public: ElementHandle( String^ providerName, EntityToken^ entityToken, Dictionary<String^, String^>^ piggyback ) |
Parameters
- providerName
- Type: System..::..String
[Missing <param name="providerName"/> documentation for "M:Composite.C1Console.Elements.ElementHandle.#ctor(System.String,Composite.C1Console.Security.EntityToken,System.Collections.Generic.Dictionary{System.String,System.String})"]
- entityToken
- Type: Composite.C1Console.Security..::..EntityToken
[Missing <param name="entityToken"/> documentation for "M:Composite.C1Console.Elements.ElementHandle.#ctor(System.String,Composite.C1Console.Security.EntityToken,System.Collections.Generic.Dictionary{System.String,System.String})"]
- piggyback
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>
[Missing <param name="piggyback"/> documentation for "M:Composite.C1Console.Elements.ElementHandle.#ctor(System.String,Composite.C1Console.Security.EntityToken,System.Collections.Generic.Dictionary{System.String,System.String})"]