OAVSProject.WebReferencesFolder Property

Gets the Web References directory.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public ReadOnly Property WebReferencesFolder As ProjectItem
'使用
Dim instance As OAVSProject
Dim value As ProjectItem

value = instance.WebReferencesFolder
public ProjectItem WebReferencesFolder { get; }
public:
virtual property ProjectItem^ WebReferencesFolder {
    ProjectItem^ get () sealed;
}
public final function get WebReferencesFolder () : ProjectItem

Property Value

Type: ProjectItem

When implemented in a derived class, ProjectItem that represents the Web References directory.

Remarks

This is a VSProject property and is not implemented in this class. It throws an exception.

Permissions

See Also

Reference

OAVSProject Class

OAVSProject Members

Microsoft.VisualStudio.Package.Automation Namespace