Microsoft DirectX 9.0 SDK Update (October 2004)

InputPermission.IsSubsetOf Method

Language:

Note: This documentation is preliminary and is subject to change.

Determines whether the current permission is a subset of the specified permission.

Definition

Visual Basic .NET Overrides Public Function IsSubsetOf( _
    ByVal target As IPermission _
) As Boolean
C# public override bool IsSubsetOf(
    IPermission target
);
Managed C++ public: bool IsSubsetOf(
    IPermission *target
);
JScript .NET public override function IsSubsetOf(
    target : IPermission
) : boolean;

Parameters

target System.Security.IPermission.

Return Value

System.Boolean .


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center