Freigeben über


UserContext.Add-Methode

Diese Methode wird nicht vom Visual Studio SDK verwendet. Fügt ein Hilfselement diesem Hilfekontext hinzu.

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntax

'Declaration
Public Sub Add ( _
    name As String, _
    value As String, _
    type As UserContextType _
)
public void Add(
    string name,
    string value,
    UserContextType type
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

UserContext Klasse

Microsoft.VisualStudio.Modeling.Design-Namespace