ElementDeserializedRule Class
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
<RuleOnAttribute(GetType(ModelElement), FireTime := TimeToFire.Inline, _
Priority := )> _
Public NotInheritable Class ElementDeserializedRule _
Inherits AddRule
'Usage
Dim instance As ElementDeserializedRule
[RuleOnAttribute(typeof(ModelElement), FireTime = TimeToFire.Inline,
Priority = )]
public sealed class ElementDeserializedRule : AddRule
[RuleOnAttribute(typeof(ModelElement), FireTime = TimeToFire::Inline,
Priority = )]
public ref class ElementDeserializedRule sealed : public AddRule
public final class ElementDeserializedRule extends AddRule
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.Rule
Microsoft.VisualStudio.Modeling.AddRule
Microsoft.VisualStudio.Modeling.ElementDeserializedRule
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.