Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Represents flags that control aspects of moniker binding operations.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Public grfFlags As UInteger
public uint grfFlags
public:
unsigned int grfFlags
val mutable grfFlags: uint32
public var grfFlags : uint
Remarks
This value is any combination of the bit flags in the BIND_FLAGS enumeration. New values may be defined in the future, so moniker implementations should ignore any bits in this field that they do not understand.
.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.