Renames child nodes
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Overridable Sub RenameChildNodes ( _
parentNode As FileNode _
)
'使用
Dim parentNode As FileNode
Me.RenameChildNodes(parentNode)
protected virtual void RenameChildNodes(
FileNode parentNode
)
protected:
virtual void RenameChildNodes(
FileNode^ parentNode
)
protected function RenameChildNodes(
parentNode : FileNode
)
Parameters
parentNode
Type: Microsoft.VisualStudio.Package.FileNodeA FileNode representing the parent node.
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.