VisibleIfNotNullOrEmptyConverter Class
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.
Microsoft internal use only.
public ref class VisibleIfNotNullOrEmptyConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<System::String ^, System::Windows::Visibility>
[Windows::Foundation::Metadata::WebHostHidden]
class VisibleIfNotNullOrEmptyConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<std::wstring, System::Windows::Visibility>
public class VisibleIfNotNullOrEmptyConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<string,System.Windows.Visibility>
type VisibleIfNotNullOrEmptyConverter = class
inherit ValueConverter<string, Visibility>
Public Class VisibleIfNotNullOrEmptyConverter
Inherits ValueConverter(Of String, Visibility)
- Inheritance
Constructors
VisibleIfNotNullOrEmptyConverter() |
Microsoft internal use only. |
Methods
Convert(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
Convert(String, Object, CultureInfo) |
Microsoft internal use only. |
Convert(TSource, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(TTarget, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |