Miner.Interop Namespace > IMMObjectEditor Interface : ViewCu Method |
'Declaration
<System.Runtime.InteropServices.DispIdAttribute(18)> Sub ViewCu( _ ByVal pCuDef As ID8CuDefinition, _ Optional ByVal bAdminMode As System.Boolean, _ Optional ByVal bEditable As System.Boolean _ )
'Usage
Dim instance As IMMObjectEditor Dim pCuDef As ID8CuDefinition Dim bAdminMode As System.Boolean Dim bEditable As System.Boolean instance.ViewCu(pCuDef, bAdminMode, bEditable)
[System.Runtime.InteropServices.DispId(18)] void ViewCu( ID8CuDefinition pCuDef, System.bool bAdminMode, System.bool bEditable )
procedure ViewCu( pCuDef: ID8CuDefinition; bAdminMode: System.Boolean; bEditable: System.Boolean );
System.Runtime.InteropServices.DispIdAttribute(18) function ViewCu( pCuDef : ID8CuDefinition, bAdminMode : System.boolean, bEditable : System.boolean );
[System.Runtime.InteropServices.DispId(18)] void ViewCu( ID8CuDefinition* pCuDef, System.bool bAdminMode, System.bool bEditable )
[System.Runtime.InteropServices.DispId(18)] void ViewCu( ID8CuDefinition^ pCuDef, System.bool bAdminMode, System.bool bEditable )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2