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