Microsoft.VisualStudio.Project.DependentFileNode.CreatePropertiesObject C# (CSharp) Method

CreatePropertiesObject() protected method

protected CreatePropertiesObject ( ) : NodeProperties
return NodeProperties
        protected override NodeProperties CreatePropertiesObject()
        {
            return new DependentFileNodeProperties(this);
        }