TaskContentAdorner Constructor (Guid, String, String)

 

Creates a new instance of the TaskContentAdorner class, using the specified ID, display name, and description.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

protected TaskContentAdorner(
    Guid id,
    string displayName,
    string description
)
protected:
TaskContentAdorner(
    Guid id,
    String^ displayName,
    String^ description
)
Protected Sub New (
    id As Guid,
    displayName As String,
    description As String
)

Parameters

  • displayName
    Type: System.String

    The display name representing the new instance.

  • description
    Type: System.String

    A description of the new instance.

See Also

TaskContentAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace

Return to top