Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the project item.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property ProjectItem As ProjectItem
'Usage
Dim instance As VSWebProjectItem
Dim value As ProjectItem
value = instance.ProjectItem
ProjectItem ProjectItem { get; }
property ProjectItem^ ProjectItem {
ProjectItem^ get ();
}
function get ProjectItem () : ProjectItem
Property Value
Type: EnvDTE.ProjectItem
An object that corresponds to the Web site project item.
.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.