XmlAttributeLink(String, String, String) Constructor
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.
public:
XmlAttributeLink(System::String ^ localName, System::String ^ value, System::String ^ namespaceUri);
public XmlAttributeLink (string localName, string value, string namespaceUri);
new Microsoft.Build.ObjectModelRemoting.XmlAttributeLink : string * string * string -> Microsoft.Build.ObjectModelRemoting.XmlAttributeLink
Public Sub New (localName As String, value As String, namespaceUri As String)
Parameters
- localName
- String
- value
- String
- namespaceUri
- String