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.
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 | |
---|---|---|
![]() |
DashboardItems | Gets or sets the list of dashboard items for the extension. |
![]() |
RibbonItems | Gets or sets the list of ribbon items for the extension. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.