Partager via


ExtensionRegistration Constructor

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ExtensionRegistration class.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim typeIdentifier As ExtensionIdentifier
Dim elementSelector As String
Dim schema As Stream
Dim extensionType As Type

Dim instance As New ExtensionRegistration(typeIdentifier, elementSelector, schema, extensionType)

Syntax

'Declaration
Public Sub New ( _
    typeIdentifier As ExtensionIdentifier, _
    elementSelector As String, _
    schema As Stream, _
    extensionType As Type _
)
public ExtensionRegistration (
    ExtensionIdentifier typeIdentifier,
    string elementSelector,
    Stream schema,
    Type extensionType
)
public:
ExtensionRegistration (
    ExtensionIdentifier^ typeIdentifier, 
    String^ elementSelector, 
    Stream^ schema, 
    Type^ extensionType
)
public ExtensionRegistration (
    ExtensionIdentifier typeIdentifier, 
    String elementSelector, 
    Stream schema, 
    Type extensionType
)
public function ExtensionRegistration (
    typeIdentifier : ExtensionIdentifier, 
    elementSelector : String, 
    schema : Stream, 
    extensionType : Type
)

Parameters

  • typeIdentifier
    The type identifier.
  • elementSelector
    The element selector.
  • schema
    The schema of a stream.
  • extensionType
    The type of the extension assembly.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ExtensionRegistration Class
ExtensionRegistration Members
Microsoft.EnterpriseManagement.Configuration Namespace