Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.
See Also
Reference
MarkupDocumentTreeManager Class
MarkupDocumentTreeManager Members
Microsoft.Windows.Design.Documents.Trees Namespace