共用方式為


COMREFERENCEINFO.dwLibFlags Field

DWORD containing typelib flags.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'宣告
Public dwLibFlags As UInteger
'用途
Dim instance As COMREFERENCEINFO
Dim value As UInteger

value = instance.dwLibFlags

instance.dwLibFlags = value
public uint dwLibFlags
public:
unsigned int dwLibFlags
val mutable dwLibFlags: uint32
public var dwLibFlags : uint

Remarks

COM Signature

From vsshell.idl:

.NET Framework Security

See Also

Reference

COMREFERENCEINFO Structure

COMREFERENCEINFO Members

Microsoft.VisualStudio.Shell.Interop Namespace