KeyAttributePair<T> Constructor
Initializes a new instance of the KeyAttributePair<T> class.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Sub New ( _
key As String, _
value As T _
)
public KeyAttributePair(
string key,
T value
)
public:
KeyAttributePair(
String^ key,
T value
)
new :
key:string *
value:'T -> KeyAttributePair
public function KeyAttributePair(
key : String,
value : T
)
Parameters
- key
Type: System.String
A unique string to associate with value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace