Share via


SnapInLinkedHelpTopicAttribute Constructor (String)

 

Initializes a new instance of the SnapInLinkedHelpTopicAttribute class using the help topic as a parameter.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public SnapInLinkedHelpTopicAttribute(
    string topic
)
public:
SnapInLinkedHelpTopicAttribute(
    String^ topic
)
new : 
        topic:string -> SnapInLinkedHelpTopicAttribute
Public Sub New (
    topic As String
)

Parameters

See Also

SnapInLinkedHelpTopicAttribute Class
Microsoft.ManagementConsole Namespace

Return to top