NestedProjectNode.VirtualProjectFlags Property

Gets the __VSADDVPFLAGS that will be passed in when calling AddVirtualProjectEx.

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

Syntax

'宣言
Protected Overridable ReadOnly Property VirtualProjectFlags As UInteger
'使用
Dim value As UInteger

value = Me.VirtualProjectFlags
protected virtual uint VirtualProjectFlags { get; }
protected:
virtual property unsigned int VirtualProjectFlags {
    unsigned int get ();
}
protected function get VirtualProjectFlags () : uint

Property Value

Type: System.UInt32

Always returns 0.

Permissions

See Also

Reference

NestedProjectNode Class

NestedProjectNode Members

Microsoft.VisualStudio.Package Namespace