IProjectContext.EmbededItems 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.
Itens inlcuded como recursos inseridos. <EmbeddedResource Include="" />
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ EmbededItems { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> EmbededItems { get; }
member this.EmbededItems : seq<string>
Public ReadOnly Property EmbededItems As IEnumerable(Of String)