Skip to main content

Internal

Specifies whether this projection definition is internal (not displayed in the class documentation). Note that the class documentation does not currently display projections at all.

Usage

To specify that this projection is internal, use the following syntax:

Projection projectionname As class [ Internal ];

Otherwise, omit this keyword or place the word Not immediately before the keyword.

Details

Internal class members are not displayed in the class documentation. This keyword is useful if you want users to see a class but not see all its members.

Note that the class documentation does not currently display projections at all.

Default

If you omit this keyword, the projection is not internal.

See Also


FeedbackOpens in a new tab