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.
Gets a list of GUIDs, in "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" form, mapping to projects that this project has a build order dependency on, as defined in the solution file.
Namespace: Microsoft.Build.Construction
Assembly: Microsoft.Build (in Microsoft.Build.dll)
Syntax
'Declaration
Public ReadOnly Property Dependencies As IReadOnlyListString
public IReadOnlyListString Dependencies { get; }
public:
property IReadOnlyListString^ Dependencies {
IReadOnlyListString^ get ();
}
member Dependencies : IReadOnlyListString with get
function get Dependencies () : IReadOnlyListString
Property Value
Type: IReadOnlyListString
A list of GUIDs of projects that this project has a build order dependency on.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.