SignatureHelpPresenterStyle::CurrentParameterNameTextRunProperties Property
Visual Studio 2015
Gets a TextRunProperties used to format the text of the current parameter name.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property TextRunProperties^ CurrentParameterNameTextRunProperties { [CompilerGeneratedAttribute] virtual TextRunProperties^ get(); [CompilerGeneratedAttribute] protected: virtual void set(TextRunProperties^ value); }
Property Value
Type: System.Windows.Media.TextFormatting::TextRunProperties^The text run properties of the current parameter name.
Show: