XamlFragment(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.
Initializes a new instance of the XamlFragment class.
public XamlFragment (string xaml);
new Microsoft.VisualStudio.Extensibility.UI.XamlFragment : string -> Microsoft.VisualStudio.Extensibility.UI.XamlFragment
Public Sub New (xaml As String)
Parameters
- xaml
- String
The XAML document text.