StartPageRelativeExtension Class
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.
Inheritance Hierarchy
Object
MarkupExtension
Microsoft.VisualStudio.PlatformUI.StartPageRelativeExtension
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Class StartPageRelativeExtension _
Inherits MarkupExtension
public class StartPageRelativeExtension : MarkupExtension
public ref class StartPageRelativeExtension : public MarkupExtension
type StartPageRelativeExtension =
class
inherit MarkupExtension
end
public class StartPageRelativeExtension extends MarkupExtension
The StartPageRelativeExtension type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StartPageRelativeExtension | Initializes a new instance of StartPageRelativeExtension with the specified relative path. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ProvideValue | Gets the object that is defined in the XAML. (Overrides MarkupExtension.ProvideValue(IServiceProvider).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Remarks
Usage: <Image Source="{vs:StartPageRelative mypic.png}"/>
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.