Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the types of object returned by the value provider factory.
Namespace: System.Web.Http.ValueProviders
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public ReadOnly Property ValueProviderFactoryTypes As IEnumerable(Of Type)
Get
'Usage
Dim instance As ValueProviderAttribute
Dim value As IEnumerable(Of Type)
value = instance.ValueProviderFactoryTypes
public IEnumerable<Type> ValueProviderFactoryTypes { get; }
public:
property IEnumerable<Type^>^ ValueProviderFactoryTypes {
IEnumerable<Type^>^ get ();
}
member ValueProviderFactoryTypes : IEnumerable<Type>
function get ValueProviderFactoryTypes () : IEnumerable<Type>
Property Value
Type: System.Collections.Generic.IEnumerable<Type>
A collection of types.