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 ( _
key As String, _
value As String _
)
public void Add(
string key,
string value
)
public:
virtual void Add(
String^ key,
String^ value
) sealed
abstract Add :
key:string *
value:string -> unit
override Add :
key:string *
value:string -> unit
public final function Add(
key : String,
value : String
)
Parameters
key
Type: System.StringThe name of the path
value
Type: System.StringThe value
Implements
IDictionary<TKey, TValue>.Add(TKey, TValue)
.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.