FormExtensionAdorner Constructor (Guid, String, String)
Creates a new instance of the FormExtensionAdorner 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 FormExtensionAdorner(
Guid id,
string displayName,
string description
)
protected:
FormExtensionAdorner(
Guid id,
String^ displayName,
String^ description
)
Protected Sub New (
id As Guid,
displayName As String,
description As String
)
Parameters
id
Type: System.GuidUnique ID for the adorner.
displayName
Type: System.StringUnique display name for the adorner.
description
Type: System.StringBrief description of the adorner.
See Also
FormExtensionAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top