Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal profileDescription() As IccProfileDescription _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim profileDescription() As IccProfileDescription Dim instance As New IccProfileSequenceDescription(profileDescription) |
C# | |
---|---|
public IccProfileSequenceDescription( IccProfileDescription[] profileDescription ) |
C++/CLI | |
---|---|
public: IccProfileSequenceDescription( array<IccProfileDescription>^ profileDescription ) |
Parameters
- profileDescription
- Array of IccProfileDescription classes that saves the profile description data.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)