PexGeneratedByAttribute.TryGetFixtureType(TypeEx) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
尝试获取装置的类型(如果指定)
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
返回
装置的类型。