VCWizCtlClass.AddDeploymentContent(Object, Object) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Fügt dem bereitgestellten Projekt ein Element hinzu.
public:
virtual System::Object ^ AddDeploymentContent(System::Object ^ pDeployable, System::Object ^ pProject) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::AddDeploymentContent;
public:
virtual Platform::Object ^ AddDeploymentContent(Platform::Object ^ pDeployable, Platform::Object ^ pProject) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::AddDeploymentContent;
virtual winrt::Windows::Foundation::IInspectable AddDeploymentContent(winrt::Windows::Foundation::IInspectable const & pDeployable, winrt::Windows::Foundation::IInspectable const & pProject);
[System.Runtime.InteropServices.DispId(1610743852)]
public virtual object AddDeploymentContent (object pDeployable, object pProject);
[<System.Runtime.InteropServices.DispId(1610743852)>]
abstract member AddDeploymentContent : obj * obj -> obj
override this.AddDeploymentContent : obj * obj -> obj
Public Overridable Function AddDeploymentContent (pDeployable As Object, pProject As Object) As Object
Parameter
- pDeployable
- Object
Das Element, das dem bereitgestellten Projekt hinzugefügt werden soll.
- pProject
- Object
Das Projekt, das bereitgestellt wird.
Gibt zurück
Implementiert
- Attribute