Provides access to members that enumerate through the registered server object extension types.
Members
Name | Description | |
---|---|---|
Count | The number of extension types in the enumeration. | |
Next | Returns the next extension type in the enumeration. | |
Reset | Starts the enumeration at the beginning. |
IEnumServerObjectExtensionType.Count Property
The number of extension types in the enumeration.
Public ReadOnly Property Count As Integer
public int Count {get;}
IEnumServerObjectExtensionType.Next Method
Returns the next extension type in the enumeration.
Public Function Next ( _
) As IServerObjectExtensionType
public IServerObjectExtensionType Next (
);
IEnumServerObjectExtensionType.Reset Method
Starts the enumeration at the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumServerObjectExtensionType
Classes | Description |
---|