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
id
Type: System.GuidThe unique ID of the adorner.
displayName
Type: System.StringThe display name representing the new instance.
description
Type: System.StringA description of the new instance.
See Also
TaskContentAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top