XmlDataAttachment Constructor (String, String)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
xml As String _
)
'Usage
Dim name As String
Dim xml As String
Dim instance As New XmlDataAttachment(name, xml)
public XmlDataAttachment(
string name,
string xml
)
public:
XmlDataAttachment(
String^ name,
String^ xml
)
public function XmlDataAttachment(
name : String,
xml : String
)
new :
name:string *
xml:string -> XmlDataAttachment
Parameters
- name
Type: System.String
- xml
Type: System.String
.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.