SoundPermission.IsSubsetOf Method

Language:

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

Definition

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

Parameters

target System.Security.IPermission

Return Value

System.Boolean


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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