OAVSProjectItem Constructor

Initializes a new instance of OAVSProjectItem for the specified file node.

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

Syntax

'宣言
Public Sub New ( _
    fileNode As FileNode _
)
'使用
Dim fileNode As FileNode

Dim instance As New OAVSProjectItem(fileNode)
public OAVSProjectItem(
    FileNode fileNode
)
public:
OAVSProjectItem(
    FileNode^ fileNode
)
public function OAVSProjectItem(
    fileNode : FileNode
)

Parameters

Permissions

See Also

Reference

OAVSProjectItem Class

OAVSProjectItem Members

Microsoft.VisualStudio.Package.Automation Namespace