NodeProperties.GetProjectDesignerPages Method

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Overridable Function GetProjectDesignerPages ( _
    pages As CAUUID() _
) As Integer
public virtual int GetProjectDesignerPages(
    CAUUID[] pages
)
public:
virtual int GetProjectDesignerPages(
    array<CAUUID>^ pages
)
abstract GetProjectDesignerPages : 
        pages:CAUUID[] -> int 
override GetProjectDesignerPages : 
        pages:CAUUID[] -> int 
public function GetProjectDesignerPages(
    pages : CAUUID[]
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsSpecifyProjectDesignerPages.GetProjectDesignerPages(array<CAUUID[])

.NET Framework Security

See Also

Reference

NodeProperties Class

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace