ScreenFieldIndividualAttributeData Constructors

Definition

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

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

Applies to