ProjectInSolution.Dependencies Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Propriedade Dependencies
public:
property System::Collections::Generic::IReadOnlyList<System::String ^> ^ Dependencies { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); void set(System::Collections::Generic::IReadOnlyList<System::String ^> ^ value); };
public System.Collections.Generic.IReadOnlyList<string> Dependencies { get; set; }
member this.Dependencies : System.Collections.Generic.IReadOnlyList<string> with get, set
Public Property Dependencies As IReadOnlyList(Of String)