SignatureHelpPresenterStyle::CurrentParameterDocumentationTextRunProperties Property

 

Gets a TextRunProperties used to format the text of the current parameter documentation.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property TextRunProperties^ CurrentParameterDocumentationTextRunProperties {
	[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 documentation.

Return to top
Show: