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
- 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.