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