Property | Type | Description |
---|
Method | Description | |
---|---|---|
ExtensionPointAttribute ( ) : System |
Initializes a new instance
|
|
ExtensionPointAttribute ( string path ) : System |
Initializes a new instance
|
|
ExtensionPointAttribute ( string path, |
Initializes a new instance
|
|
ExtensionPointAttribute ( string path, string nodeName, |
Initializes a new instance
|
public ExtensionPointAttribute ( string path ) : System | ||
path | string | /// Extension path that identifies the extension point /// |
return | System |
public ExtensionPointAttribute ( string path, |
||
path | string | /// Extension path that identifies the extension point /// |
nodeType | /// Type of the extension node to be created for extensions /// | |
return | System |
public ExtensionPointAttribute ( string path, string nodeName, |
||
path | string | /// Extension path that identifies the extension point /// |
nodeName | string | /// Element name to be used when defining an extension in an XML manifest. /// |
nodeType | /// Type of the extension node to be created for extensions /// | |
return | System |