Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement.DeploymentTypeExtender
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement.Extender
(in
Microsoft.ConfigurationManagement.ApplicationManagement.Extender.dll)
Usage
Visual Basic |
Dim instance As New SummaryDelegate(AddressOf HandlerMethod)
|
Syntax
Visual Basic |
<SuppressMessageAttribute("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible")> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix")> _
Public Delegate Sub SummaryDelegate ( _
summaryText As String _
)
|
C# |
[SuppressMessageAttribute("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible")]
[SuppressMessageAttribute("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix")]
public delegate void SummaryDelegate (
string summaryText
)
|
C++ |
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1034:NestedTypesShouldNotBeVisible")]
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1711:IdentifiersShouldNotHaveIncorrectSuffix")]
public delegate void SummaryDelegate (
String^ summaryText
)
|
J# |
/** @delegate */
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible") */
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix") */
public delegate void SummaryDelegate (
String summaryText
)
|
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
Microsoft.ConfigurationManagement.ApplicationManagement.DeploymentTypeExtender
Namespace