Share via


MarkupDocumentTreeManager.BindingClassName Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the name of the event binding class.

Namespace:  Microsoft.Windows.Design.Documents.Trees
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public ReadOnly Property BindingClassName As String
'Usage
Dim instance As MarkupDocumentTreeManager 
Dim value As String 

value = instance.BindingClassName
public string BindingClassName { get; }
public:
property String^ BindingClassName {
    String^ get ();
}
public function get BindingClassName () : String

Property Value

Type: System.String
The name of the event binding class as specified by either the x:Class or x:Subclass attributes on the root element of the document. This could be nulla null reference (Nothing in Visual Basic) if no x:Class or x:Subclass was specified or if the document could not be parsed.

.NET Framework Security

See Also

Reference

MarkupDocumentTreeManager Class

MarkupDocumentTreeManager Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility