StartPageRelativeExtension Class
Visual Studio 2015
Represents a markup extension that enables custom start pages to use paths relative to the XAML file on any property expecting a Uri, an ImageSource, or a string.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
System.Object
System.Windows.Markup.MarkupExtension
Microsoft.VisualStudio.PlatformUI.StartPageRelativeExtension
System.Windows.Markup.MarkupExtension
Microsoft.VisualStudio.PlatformUI.StartPageRelativeExtension
| Name | Description | |
|---|---|---|
![]() | StartPageRelativeExtension(String) | Initializes a new instance of StartPageRelativeExtension with the specified relative path. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ProvideValue(IServiceProvider) | Gets the object that is defined in the XAML.(Overrides MarkupExtension.ProvideValue(IServiceProvider).) |
![]() | ToString() | (Inherited from Object.) |
Usage: <Image Source="{vs:StartPageRelative mypic.png}"/>
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

