다음을 통해 공유


IOleObject.GetMiscStatus Method

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

Syntax

‘선언
Function GetMiscStatus ( _
    dwAspect As UInteger, _
    <OutAttribute> ByRef pdwStatus As UInteger _
) As Integer
int GetMiscStatus(
    uint dwAspect,
    out uint pdwStatus
)

Parameters

Return Value

Type: System.Int32

Remarks

For information on the COM interface, see IOleObject::GetMiscStatus

.NET Framework Security

See Also

Reference

IOleObject Interface

Microsoft.VisualStudio.OLE.Interop Namespace