TemplateBindings Property (Control)
In This Topic
Gets the collection of the template bindings.
Syntax
'Declaration
<JsonConverterAttribute(C1.Web.Mvc.I.bl)>
Public ReadOnly Property TemplateBindings As System.Collections.Generic.IDictionary(Of String,String)
'Usage
Dim instance As Control
Dim value As System.Collections.Generic.IDictionary(Of String,String)
value = instance.TemplateBindings
[JsonConverter(C1.Web.Mvc.I.bl)]
public System.Collections.Generic.IDictionary<string,string> TemplateBindings {get;}
public read-only property TemplateBindings: System.Collections.Generic.IDictionary;
JsonConverterAttribute(C1.Web.Mvc.I.bl)
public function get TemplateBindings : System.Collections.Generic.IDictionary
[JsonConverter(C1.Web.Mvc.I.bl)]
public: __property System.Collections.Generic.IDictionary<string*,string*>* get_TemplateBindings();
[JsonConverter(C1.Web.Mvc.I.bl)]
public:
property System.Collections.Generic.IDictionary<String^,String^>^ TemplateBindings {
System.Collections.Generic.IDictionary<String^,String^>^ get();
}
See Also