Näytettävät kentät

Namespace: UIControls
Assembly: UIControls (in UIControls.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Dictionary<string, string> Source { get; set; }
Visual Basic
Public Property Source As Dictionary(Of String, String)
	Get
	Set
Visual C++
public:
property Dictionary<String^, String^>^ Source {
	Dictionary<String^, String^>^ get ();
	void set (Dictionary<String^, String^>^ value);
}

See Also