TemplateBindings Property (ITemplate)
In This Topic
Gets the collection of the template bindings.
Syntax
'Declaration
ReadOnly Property TemplateBindings As System.Collections.Generic.IDictionary(Of String,String)
'Usage
Dim instance As ITemplate
Dim value As System.Collections.Generic.IDictionary(Of String,String)
value = instance.TemplateBindings
System.Collections.Generic.IDictionary<string,string> TemplateBindings {get;}
read-only property TemplateBindings: System.Collections.Generic.IDictionary;
function get TemplateBindings : System.Collections.Generic.IDictionary
__property System.Collections.Generic.IDictionary<string*,string*>* get_TemplateBindings();
property System.Collections.Generic.IDictionary<String^,String^>^ TemplateBindings {
System.Collections.Generic.IDictionary<String^,String^>^ get();
}
See Also