IWebClassLibProjectSvc.CreateClassLibProject Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaración
Function CreateClassLibProject ( _
pHier As IVsHierarchy, _
pszRootPathOrUrl As String, _
dwFlags As UInteger, _
pszOptionalVDir As String, _
<OutAttribute> ByRef ppClassLibProject As IWebClassLibProject _
) As Integer
'Uso
Dim instance As IWebClassLibProjectSvc
Dim pHier As IVsHierarchy
Dim pszRootPathOrUrl As String
Dim dwFlags As UInteger
Dim pszOptionalVDir As String
Dim ppClassLibProject As IWebClassLibProject
Dim returnValue As Integer
returnValue = instance.CreateClassLibProject(pHier, _
pszRootPathOrUrl, dwFlags, pszOptionalVDir, _
ppClassLibProject)
int CreateClassLibProject(
IVsHierarchy pHier,
string pszRootPathOrUrl,
uint dwFlags,
string pszOptionalVDir,
out IWebClassLibProject ppClassLibProject
)
int CreateClassLibProject(
[InAttribute] IVsHierarchy^ pHier,
[InAttribute] String^ pszRootPathOrUrl,
[InAttribute] unsigned int dwFlags,
[InAttribute] String^ pszOptionalVDir,
[OutAttribute] IWebClassLibProject^% ppClassLibProject
)
abstract CreateClassLibProject :
pHier:IVsHierarchy *
pszRootPathOrUrl:string *
dwFlags:uint32 *
pszOptionalVDir:string *
ppClassLibProject:IWebClassLibProject byref -> int
function CreateClassLibProject(
pHier : IVsHierarchy,
pszRootPathOrUrl : String,
dwFlags : uint,
pszOptionalVDir : String,
ppClassLibProject : IWebClassLibProject
) : int
Parameters
- pszRootPathOrUrl
Type: System.String
- dwFlags
Type: System.UInt32
- pszOptionalVDir
Type: System.String
- ppClassLibProject
Type: Microsoft.VisualStudio.Shell.Interop.IWebClassLibProject%
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IWebClassLibProjectSvc Interface