RelationshipPlaceholderGetProvider Method |
Creates a provider for this command with the specified parameters.
Namespace:
MFiles.VAF.Placeholders.Commands
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static IPlaceholderCommandProvider GetProvider(
string command,
MFRelationshipsMode mode = MFRelationshipsMode.MFRelationshipsModeAll,
Type filterType = null
)
Public Shared Function GetProvider (
command As String,
Optional mode As MFRelationshipsMode = MFRelationshipsMode.MFRelationshipsModeAll,
Optional filterType As Type = Nothing
) As IPlaceholderCommandProvider
public:
static IPlaceholderCommandProvider^ GetProvider(
String^ command,
MFRelationshipsMode mode = MFRelationshipsMode::MFRelationshipsModeAll,
Type^ filterType = nullptr
)
Parameters
- command
- Type: SystemString
The name of the command the provider will return a handler for. - mode (Optional)
- Type: MFRelationshipsMode
The relationship mode to use during expansion. - filterType (Optional)
- Type: SystemType
The type of filter (None, Class or objType) that the placeholder can define.
Return Value
Type:
IPlaceholderCommandProviderIPlaceholderCommandProvider
See Also