Interface ILayoutInformation
The public interface for LayoutInformation
[DefaultImplementationType(typeof(LayoutInformation))]
[XmlDefaultImplementationType(typeof(LayoutInformation))]
public interface ILayoutInformation : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
HiddenTokenText
The hiddenTokenText property
string HiddenTokenText { get; set; }
Property Value
StartOffset
The startOffset property
int StartOffset { get; set; }
Property Value
SyntaxElementID
The syntaxElementID property
string SyntaxElementID { get; set; }
Property Value
VisibleTokenText
The visibleTokenText property
string VisibleTokenText { get; set; }
Property Value
Events
HiddenTokenTextChanged
Gets fired when the HiddenTokenText property changed its value
event EventHandler<ValueChangedEventArgs> HiddenTokenTextChanged
Event Type
HiddenTokenTextChanging
Gets fired before the HiddenTokenText property changes its value
event EventHandler<ValueChangedEventArgs> HiddenTokenTextChanging
Event Type
StartOffsetChanged
Gets fired when the StartOffset property changed its value
event EventHandler<ValueChangedEventArgs> StartOffsetChanged
Event Type
StartOffsetChanging
Gets fired before the StartOffset property changes its value
event EventHandler<ValueChangedEventArgs> StartOffsetChanging
Event Type
SyntaxElementIDChanged
Gets fired when the SyntaxElementID property changed its value
event EventHandler<ValueChangedEventArgs> SyntaxElementIDChanged
Event Type
SyntaxElementIDChanging
Gets fired before the SyntaxElementID property changes its value
event EventHandler<ValueChangedEventArgs> SyntaxElementIDChanging
Event Type
VisibleTokenTextChanged
Gets fired when the VisibleTokenText property changed its value
event EventHandler<ValueChangedEventArgs> VisibleTokenTextChanged
Event Type
VisibleTokenTextChanging
Gets fired before the VisibleTokenText property changes its value
event EventHandler<ValueChangedEventArgs> VisibleTokenTextChanging