VCWizCtlClass.GetSubFolderByName - метод
Gets a sub folder for web service deployment.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Public Overridable Function GetSubFolderByName ( _
pDeployFolder As Object, _
pbstrFolderName As String _
) As Object
'Применение
Dim instance As VCWizCtlClass
Dim pDeployFolder As Object
Dim pbstrFolderName As String
Dim returnValue As Object
returnValue = instance.GetSubFolderByName(pDeployFolder, _
pbstrFolderName)
public virtual Object GetSubFolderByName(
Object pDeployFolder,
string pbstrFolderName
)
public:
virtual Object^ GetSubFolderByName(
[InAttribute] Object^ pDeployFolder,
[InAttribute] String^ pbstrFolderName
)
public function GetSubFolderByName(
pDeployFolder : Object,
pbstrFolderName : String
) : Object
Параметры
pDeployFolder
Тип: System.ObjectRequired. Parent folder for deployment.
pbstrFolderName
Тип: System.StringRequired. Name of sub folder.
Возвращаемое значение
Тип: System.Object
An IVsdWebTargerFolder.
Реализации
IVCWizCtlUI.GetSubFolderByName(Object, String)
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.