BaseProperty.ContainingRule Property
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.
The Rule containing this BaseProperty.
public:
property Microsoft::Build::Framework::XamlTypes::Rule ^ ContainingRule { Microsoft::Build::Framework::XamlTypes::Rule ^ get(); };
public Microsoft.Build.Framework.XamlTypes.Rule ContainingRule { get; }
[set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public Microsoft.Build.Framework.XamlTypes.Rule ContainingRule { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ContainingRule : Microsoft.Build.Framework.XamlTypes.Rule
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ContainingRule : Microsoft.Build.Framework.XamlTypes.Rule
Public ReadOnly Property ContainingRule As Rule
Property Value
The rule that contains this BaseProperty.
- Attributes