Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function CreateDependentFileNode ( _
item As ProjectElement _
) As DependentFileNode
'使用
Dim instance As ProjectNode
Dim item As ProjectElement
Dim returnValue As DependentFileNode
returnValue = instance.CreateDependentFileNode(item)
public virtual DependentFileNode CreateDependentFileNode(
ProjectElement item
)
public:
virtual DependentFileNode^ CreateDependentFileNode(
ProjectElement^ item
)
public function CreateDependentFileNode(
item : ProjectElement
) : DependentFileNode
Parameters
Return Value
Type: Microsoft.VisualStudio.Package.DependentFileNode
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.