|
![]() |
List of schemes that this protocol supports.
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public MustOverride ReadOnly Property SupportedSchemes As IEnumerable(Of String) Get |
C# |
---|
public abstract IEnumerable<string> SupportedSchemes { get; } |
Visual C++ |
---|
public: virtual property IEnumerable<String^>^ SupportedSchemes { IEnumerable<String^>^ get () abstract; } |
Remarks
This is a list of URI schemes that this protocol will be used to support. You must return at least on scheme, but you can provide more than one if your protocol supports mulitple schemes.