Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Guid- Unique ID for the adorner. 
- displayName 
 Type: System.String- Unique display name for the adorner. 
- description 
 Type: System.String- Brief description of the adorner. 
See Also
FormExtensionAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top