Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Add a path with the given name and value. An empty path is ignored.
Trailing slash is removed.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Sub Add ( _
item As KeyValuePair(Of String, String) _
)
public void Add(
KeyValuePair<string, string> item
)
public:
virtual void Add(
KeyValuePair<String^, String^> item
) sealed
abstract Add :
item:KeyValuePair<string, string> -> unit
override Add :
item:KeyValuePair<string, string> -> unit
public final function Add(
item : KeyValuePair<String, String>
)
Parameters
item
Type: System.Collections.Generic.KeyValuePair<String, String>The name/value pair item to add
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.