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
- 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.