ExtendedAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExtendedAttribute() |
Initializes a new instance of the ExtendedAttribute class. |
ExtendedAttribute(String, String) |
Initializes a new instance of the ExtendedAttribute class with an attribute name and attribute value. |
ExtendedAttribute()
Initializes a new instance of the ExtendedAttribute class.
public:
ExtendedAttribute();
public ExtendedAttribute ();
Public Sub New ()
Applies to
ExtendedAttribute(String, String)
Initializes a new instance of the ExtendedAttribute class with an attribute name and attribute value.
public:
ExtendedAttribute(System::String ^ name, System::String ^ value);
public ExtendedAttribute (string name, string value);
Public Sub New (name As String, value As String)
Parameters
- name
- String
For internal use only.
- value
- String
For internal use only.