webrefUrlBehavior Enumeration
Used by the UrlBehavior property.
Namespace: VSLangProj
Assembly: VSLangProj (in VSLangProj.dll)
Syntax
'Declaration
<GuidAttribute("1FE01DDF-C760-4307-8A40-0D023AEAFF07")> _
Public Enumeration webrefUrlBehavior
[GuidAttribute("1FE01DDF-C760-4307-8A40-0D023AEAFF07")]
public enum webrefUrlBehavior
[GuidAttribute(L"1FE01DDF-C760-4307-8A40-0D023AEAFF07")]
public enum class webrefUrlBehavior
[<GuidAttribute("1FE01DDF-C760-4307-8A40-0D023AEAFF07")>]
type webrefUrlBehavior
public enum webrefUrlBehavior
Members
Member name | Description | |
---|---|---|
webrefUrlBehaviorDynamic | Web reference URL is retrieved as a dynamic property. | |
webrefUrlBehaviorStatic | Web reference URL is contained in the proxy code. |