BindingExpressionGrammar.AttachedPropertyNameNode Class
Definition
public class BindingExpressionGrammar.AttachedPropertyNameNode
Constructors
| Name | Description |
|---|---|
| BindingExpressionGrammar.AttachedPropertyNameNode | No summary available. |
BindingExpressionGrammar.AttachedPropertyNameNode Constructor
public BindingExpressionGrammar.AttachedPropertyNameNode()
Properties
| Name | Description |
|---|---|
| AcceptsNull | No summary available. |
| Namespace | No summary available. |
| PropertyName | No summary available. |
| TypeName | No summary available. |
AcceptsNull Property
public bool AcceptsNull { get; set; }
Namespace Property
public string Namespace { get; set; }
PropertyName Property
public string PropertyName { get; set; }
TypeName Property
public string TypeName { get; set; }