FileNode.CreatePropertiesObject Method

Creates an object to expose properties specific for this object to the property browser.

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

Syntax

'宣言
Protected Overrides Function CreatePropertiesObject As NodeProperties
'使用
Dim returnValue As NodeProperties

returnValue = Me.CreatePropertiesObject()
protected override NodeProperties CreatePropertiesObject()
protected:
virtual NodeProperties^ CreatePropertiesObject() override
protected override function CreatePropertiesObject() : NodeProperties

Return Value

Type: Microsoft.VisualStudio.Package.NodeProperties

A NodeProperties object representing the property.

Permissions

See Also

Reference

FileNode Class

FileNode Members

Microsoft.VisualStudio.Package Namespace