XmlPropertyData.Representation 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.
Gets or sets the value of Representation domain property. If Attribute, the property is serialized as an xml attribute; if Element, it is serialized as an element; if Ignore, it is not serialized.
public:
property Microsoft::VisualStudio::Modeling::DslDefinition::XmlPropertyRepresentation Representation { Microsoft::VisualStudio::Modeling::DslDefinition::XmlPropertyRepresentation get(); void set(Microsoft::VisualStudio::Modeling::DslDefinition::XmlPropertyRepresentation value); };
[Microsoft.VisualStudio.Modeling.Design.CategoryResource("Microsoft.VisualStudio.Modeling.DslDefinition.XmlPropertyData/Representation.Category", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.DslDefinition.XmlPropertyData/Representation.Description", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.DslDefinition.XmlPropertyData/Representation.DisplayName", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.DomainObjectId("2093b46b-424e-4a68-999f-5be00ce7e3b8")]
[Microsoft.VisualStudio.Modeling.DomainProperty(Kind=Microsoft.VisualStudio.Modeling.DomainPropertyKind.CustomStorage)]
[System.ComponentModel.DefaultValue(Microsoft.VisualStudio.Modeling.DslDefinition.XmlPropertyRepresentation.Attribute)]
public Microsoft.VisualStudio.Modeling.DslDefinition.XmlPropertyRepresentation Representation { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<Microsoft.VisualStudio.Modeling.Design.CategoryResource("Microsoft.VisualStudio.Modeling.DslDefinition.XmlPropertyData/Representation.Category", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.DslDefinition.XmlPropertyData/Representation.Description", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.DslDefinition.XmlPropertyData/Representation.DisplayName", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.DomainObjectId("2093b46b-424e-4a68-999f-5be00ce7e3b8")>]
[<Microsoft.VisualStudio.Modeling.DomainProperty(Kind=Microsoft.VisualStudio.Modeling.DomainPropertyKind.CustomStorage)>]
[<System.ComponentModel.DefaultValue(Microsoft.VisualStudio.Modeling.DslDefinition.XmlPropertyRepresentation.Attribute)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.Representation : Microsoft.VisualStudio.Modeling.DslDefinition.XmlPropertyRepresentation with get, set
Public Property Representation As XmlPropertyRepresentation
Property Value
- Attributes