ExtensionInitData Class

Applies to v2.

Represents the initialization data for the extension.

Inheritance Hierarchy

System.Object
  Microsoft.WebMatrix.Extensibility.ExtensionInitData

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public NotInheritable Class ExtensionInitData
'Usage
Dim instance As ExtensionInitData
public sealed class ExtensionInitData
public ref class ExtensionInitData sealed
[<SealedAttribute>]
type ExtensionInitData =  class end
public final class ExtensionInitData

The ExtensionInitData type exposes the following members.

Properties

  Name Description
Public property DashboardItems Gets or sets the list of dashboard items for the extension.
Public property RibbonItems Gets or sets the list of ribbon items for the extension.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace