Condividi tramite


IFolderProjectItem.AddDocument(String, Byte[]) Metodo

Definizione

Aggiunge un documento a una cartella di progetto in un host di progettazione, ad esempio Visual Studio 2005.

public:
 System::Web::UI::Design::IDocumentProjectItem ^ AddDocument(System::String ^ name, cli::array <System::Byte> ^ content);
public System.Web.UI.Design.IDocumentProjectItem AddDocument (string name, byte[] content);
abstract member AddDocument : string * byte[] -> System.Web.UI.Design.IDocumentProjectItem
Public Function AddDocument (name As String, content As Byte()) As IDocumentProjectItem

Parametri

name
String

Nome del documento.

content
Byte[]

Matrice di tipo Byte contenente il contenuto del documento.

Restituisce

IDocumentProjectItem che rappresenta il documento aggiunto.

Si applica a

Vedi anche