mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class DocLinkAttribute

    Defines a documentation link for a service. Used primarily by service inspector facades.

    Inheritance
    Object
    DocLinkAttribute
    Implements
    Attribute
    Namespace: Microsoft.MixedReality.Toolkit
    Assembly: cs.temp.dll.dll
    Syntax
    public class DocLinkAttribute : Attribute, Attribute

    Constructors

    DocLinkAttribute(String)

    Declaration
    public DocLinkAttribute(string url)
    Parameters
    Type Name Description
    String url

    DocLinkAttribute(String)

    Declaration
    public DocLinkAttribute(string url)
    Parameters
    Type Name Description
    String url

    Properties

    URL

    Declaration
    public string URL { get; }
    Property Value
    Type Description
    String

    URL

    Declaration
    public string URL { get; }
    Property Value
    Type Description
    String

    Implements

    Attribute
    In This Article
    • Constructors
      • DocLinkAttribute(String)
      • DocLinkAttribute(String)
    • Properties
      • URL
      • URL
    • Implements
    Back to top Generated by DocFX