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
fileNode
Type: Microsoft.VisualStudio.Package.FileNodeThe associated FileNode.
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.