PartMetadata.For 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.
Overloads
For(XLANGPart) | |
For(Type) |
For(XLANGPart)
public:
static Microsoft::XLANGs::RuntimeTypes::PartMetadata ^ For(Microsoft::XLANGs::BaseTypes::XLANGPart ^ part);
public static Microsoft.XLANGs.RuntimeTypes.PartMetadata For (Microsoft.XLANGs.BaseTypes.XLANGPart part);
static member For : Microsoft.XLANGs.BaseTypes.XLANGPart -> Microsoft.XLANGs.RuntimeTypes.PartMetadata
Public Shared Function For (part As XLANGPart) As PartMetadata
Parameters
- part
- XLANGPart
Returns
Applies to
For(Type)
public:
static Microsoft::XLANGs::RuntimeTypes::PartMetadata ^ For(Type ^ t);
public static Microsoft.XLANGs.RuntimeTypes.PartMetadata For (Type t);
static member For : Type -> Microsoft.XLANGs.RuntimeTypes.PartMetadata
Public Shared Function For (t As Type) As PartMetadata
Parameters
- t
- Type