Editar

Compartilhar via


MixedRealityProfileUtility.IsProfileForService(Type, Type) Method

Definition

Returns true if the given profile type is designed to configure the given service.

public:
 static bool IsProfileForService(Type ^ profileType, Type ^ serviceType);
public static bool IsProfileForService (Type profileType, Type serviceType);
static member IsProfileForService : Type * Type -> bool
Public Shared Function IsProfileForService (profileType As Type, serviceType As Type) As Boolean

Parameters

profileType
Type
serviceType
Type

Returns

Applies to