VCWizCtlClass.GetRemoteMachine(Object, String) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen dağıtım projesi için, belirtilen yapılandırma için uzak makinenin adını döndürür.
public:
virtual System::String ^ GetRemoteMachine(System::Object ^ pDeployable, System::String ^ bstrCfg) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetRemoteMachine;
public:
virtual Platform::String ^ GetRemoteMachine(Platform::Object ^ pDeployable, Platform::String ^ bstrCfg) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetRemoteMachine;
virtual std::wstring GetRemoteMachine(winrt::Windows::Foundation::IInspectable const & pDeployable, std::wstring const & bstrCfg);
[System.Runtime.InteropServices.DispId(1610743872)]
public virtual string GetRemoteMachine (object pDeployable, string bstrCfg);
[<System.Runtime.InteropServices.DispId(1610743872)>]
abstract member GetRemoteMachine : obj * string -> string
override this.GetRemoteMachine : obj * string -> string
Public Overridable Function GetRemoteMachine (pDeployable As Object, bstrCfg As String) As String
Parametreler
- pDeployable
- Object
Gereklidir. Dağıtılabilir proje nesnesi.
- bstrCfg
- String
Gereklidir. Kullanılacak yapılandırma türünü içeren bir dize. "Yayın" veya "hata ayıklama" olabilir.
Döndürülenler
Uygulamalar
- Öznitelikler