DictType.Lookuptable 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
Lookuptable() | |
Lookuptable(Boolean) |
Lookuptable()
public:
virtual System::String ^ Lookuptable();
public virtual string Lookuptable ();
abstract member Lookuptable : unit -> string
override this.Lookuptable : unit -> string
Public Overridable Function Lookuptable () As String
Returns
Applies to
Lookuptable(Boolean)
public:
virtual System::String ^ Lookuptable(bool _useInheritedMetadata);
public virtual string Lookuptable (bool _useInheritedMetadata);
abstract member Lookuptable : bool -> string
override this.Lookuptable : bool -> string
Public Overridable Function Lookuptable (_useInheritedMetadata As Boolean) As String
Parameters
- _useInheritedMetadata
- Boolean