PexGeneratedByAttribute.TryGetFixtureType(TypeEx) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tries to get the type of the fixture if specified
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
Parameters
- fixtureType
- Microsoft.ExtendedReflection.Metadata.TypeEx
The type of the fixture.
Returns
The type of the fixture.