Share via


StringToStringWithoutHypertextTagsConverter Class

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Class StringToStringWithoutHypertextTagsConverter _
    Inherits ValueConverter(Of String, String)
‘사용 방법
Dim instance As StringToStringWithoutHypertextTagsConverter
public class StringToStringWithoutHypertextTagsConverter : ValueConverter<string, string>
public ref class StringToStringWithoutHypertextTagsConverter : public ValueConverter<String^, String^>
type StringToStringWithoutHypertextTagsConverter =  
    class
        inherit ValueConverter<string, string>
    end
public class StringToStringWithoutHypertextTagsConverter extends ValueConverter<String, String>

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.PlatformUI.ValueConverter<String, String>
    Microsoft.VisualStudio.PlatformUI.StringToStringWithoutHypertextTagsConverter

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

StringToStringWithoutHypertextTagsConverter Members

Microsoft.VisualStudio.PlatformUI Namespace