HRef 属性 (ActiveX/CSP) 
返回分配给插件的统一资源定位符 (URL)。 支持的平台:仅限 Windows 命名空间:AcStMgr (英语) 集会:AcStMgr.tlb 签名VB.NET: Public ReadOnly Property HRef() As String _
                Implements IAcStPlugin2.HRef
    Get
        Return "..."
    End Get
End Property
 
  C#: public string HRef {
    get {
         return "...";
    }
}
 
  
 属性值只读:是的 类型:字符串 分配给插件的统一资源定位符 (URL)。 列出的 URL 应将用户定向到可以获取有关插件信息的网站。 言论没有其他评论。 发行信息释放:AutoCAD 2004 及更高版本 
 例子VB.NET: Public ReadOnly Property HRef() As String _
                Implements IAcStPlugin2.HRef
    Get
        Return "http://www.mycadaddons.com/layers/"
    End Get
End Property
 
  C#: public string HRef
{
    get { return "http://www.mycadaddons.com/layers/"; }
}
 
 | 
|Archiver|CAD开发者社区
( 苏ICP备2022047690号-1   苏公网安备32011402011833)
GMT+8, 2025-11-4 23:11
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.