PexGeneratedByAttribute.TryGetFixtureType(TypeEx) 方法

定义

尝试获取装置的类型(如果指定)

public:
 bool TryGetFixtureType([Runtime::InteropServices::Out] Microsoft::ExtendedReflection::Metadata::TypeEx ^ % fixtureType);
public bool TryGetFixtureType (out Microsoft.ExtendedReflection.Metadata.TypeEx fixtureType);
member this.TryGetFixtureType : TypeEx -> bool
Public Function TryGetFixtureType (ByRef fixtureType As TypeEx) As Boolean

参数

fixtureType
Microsoft.ExtendedReflection.Metadata.TypeEx

返回

Boolean

装置的类型。

适用于