STATDATA.ADVF Field
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Public ADVF As UInteger
'使用
Dim instance As STATDATA
Dim value As UInteger
value = instance.ADVF
instance.ADVF = value
public uint ADVF
public:
unsigned int ADVF
val mutable ADVF: uint32
public var ADVF : uint
.NET Framework Security
- 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.