ScreenFieldAttributeData Constructors
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.
Overloads
| ScreenFieldAttributeData(ScreenFieldAttribute) | |
| ScreenFieldAttributeData(ScreenFieldAttribute, ScreenFieldColor, ScreenFieldHighlighting) |
ScreenFieldAttributeData(ScreenFieldAttribute)
public:
ScreenFieldAttributeData(Microsoft::HostIntegration::SNA::Session::ScreenFieldAttribute attribute);
public ScreenFieldAttributeData (Microsoft.HostIntegration.SNA.Session.ScreenFieldAttribute attribute);
new Microsoft.HostIntegration.SNA.Session.ScreenFieldAttributeData : Microsoft.HostIntegration.SNA.Session.ScreenFieldAttribute -> Microsoft.HostIntegration.SNA.Session.ScreenFieldAttributeData
Public Sub New (attribute As ScreenFieldAttribute)
Parameters
- attribute
- ScreenFieldAttribute
Applies to
ScreenFieldAttributeData(ScreenFieldAttribute, ScreenFieldColor, ScreenFieldHighlighting)
public:
ScreenFieldAttributeData(Microsoft::HostIntegration::SNA::Session::ScreenFieldAttribute attribute, Microsoft::HostIntegration::SNA::Session::ScreenFieldColor color, Microsoft::HostIntegration::SNA::Session::ScreenFieldHighlighting highlighting);
public ScreenFieldAttributeData (Microsoft.HostIntegration.SNA.Session.ScreenFieldAttribute attribute, Microsoft.HostIntegration.SNA.Session.ScreenFieldColor color, Microsoft.HostIntegration.SNA.Session.ScreenFieldHighlighting highlighting);
new Microsoft.HostIntegration.SNA.Session.ScreenFieldAttributeData : Microsoft.HostIntegration.SNA.Session.ScreenFieldAttribute * Microsoft.HostIntegration.SNA.Session.ScreenFieldColor * Microsoft.HostIntegration.SNA.Session.ScreenFieldHighlighting -> Microsoft.HostIntegration.SNA.Session.ScreenFieldAttributeData
Public Sub New (attribute As ScreenFieldAttribute, color As ScreenFieldColor, highlighting As ScreenFieldHighlighting)
Parameters
- attribute
- ScreenFieldAttribute
- color
- ScreenFieldColor
- highlighting
- ScreenFieldHighlighting